Update Go version in workflows

This commit is contained in:
qiu-x 2021-11-14 14:48:49 +01:00
parent b0aabb4cf0
commit 9b8b9390e5
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '^1.16.6'
go-version: '^1.17'
- run: go version
- name: Release

View File

@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.16.x]
go-version: [1.17.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps: