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 - uses: actions/setup-go@v2
with: with:
go-version: '^1.16.6' go-version: '^1.17'
- run: go version - run: go version
- name: Release - name: Release

View File

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