use most recent go 1.17 for tests

This commit is contained in:
Stefan Majer 2022-01-14 12:59:53 +01:00
parent 1d68509463
commit febbb6006f
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: "1.17.3" go-version: "1.17"
- name: Install dependencies - name: Install dependencies
run: | run: |

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.17.3" go-version: "1.17"
- 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.17.3" # The Go version to download (if necessary) and use. go-version: "1.17" # The Go version to download (if necessary) and use.
# Install all the dependencies # Install all the dependencies
- name: Install dependencies - name: Install dependencies