Skip to content

Commit

Permalink
CI to Go 1.17
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
  • Loading branch information
jacobweinstock committed Nov 10, 2021
1 parent 13bf1f3 commit 07e7170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'
- name: Lint
run: make lint
- name: go test
Expand Down

0 comments on commit 07e7170

Please sign in to comment.