ci: pin the go version used for testing

This commit is contained in:
Evan Wallace
2021-01-25 14:17:47 -08:00
parent 9ea2076401
commit caa43165a7

View File

@@ -20,7 +20,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15
go-version: 1.15.5
id: go
- name: Setup Node.js environment