Skip to content

Commit

Permalink
ci: don't build against go 1.16 anymore
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro committed Sep 23, 2021
1 parent 088f0e3 commit 4a9c43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ "^1.16", "^1.17" ]
go: [ "^1.17" ]
steps:
- name: Setup Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 4a9c43e

Please sign in to comment.