Use go 1.17

This commit is contained in:
Kristoffer Dalby 2021-11-28 08:26:36 +00:00
parent ff8c961dbb
commit 32006f3a20
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: "1.16.3" go-version: "1.17.3"
- name: Run Integration tests - name: Run Integration tests
run: go test -tags integration -timeout 30m run: go test -tags integration -timeout 30m

View file

@ -17,7 +17,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: "1.16.3" # The Go version to download (if necessary) and use. go-version: "1.17.3" # The Go version to download (if necessary) and use.
# Install all the dependencies # Install all the dependencies
- name: Install dependencies - name: Install dependencies