Skip to content

Commit

Permalink
ci: update Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Aug 23, 2021
1 parent 1e28136 commit fb743d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.14.x, 1.15.x]
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go:
- 1.14.x
- 1.15.x
- 1.16.x
- 1.17.x
- master

install:
Expand Down

0 comments on commit fb743d0

Please sign in to comment.