Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
ci: build against go 1.17
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro committed Aug 18, 2021
1 parent a277b32 commit 92d18aa
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 @@ -26,9 +26,9 @@ jobs:
strategy:
matrix:
go:
- "^1.14"
- "^1.15"
- "^1.16"
- "^1.17"
steps:
- name: Setup Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 92d18aa

Please sign in to comment.