Skip to content

Commit

Permalink
Update the Go version for CI:
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Nov 8, 2024
1 parent 609bed3 commit ffaca6b
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 @@ -16,7 +16,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.22"
- name: lint
run: make lint
- name: test
Expand Down

0 comments on commit ffaca6b

Please sign in to comment.