Skip to content

Commit

Permalink
chore: bump ci go version to 1.17.x (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
morningvera authored Feb 4, 2022
1 parent 8e8cd5f commit 73d6f7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: [1.15.x, 1.16.x]
go-version: [1.16.x, 1.17.x]

name: go-build
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: [1.16.x]
go-version: [1.17.x]

name: go-coverage
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: [1.15.x, 1.16.x]
go-version: [1.16.x, 1.17.x]

name: golangci-lint
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: [1.15.x, 1.16.x]
go-version: [1.16.x, 1.17.x]

name: go-test
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 73d6f7a

Please sign in to comment.