Skip to content

Commit

Permalink
Use go 1.21 in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Andrews <scott@andrews.me>
  • Loading branch information
scothis committed Feb 5, 2024
1 parent 37cb1c5 commit f5fabc0
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:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.19.x
go-version: 1.21.x
- name: Ensure generated code is committed
run: ./hack/update-codegen.sh && git diff --exit-code
- name: Test
Expand Down

0 comments on commit f5fabc0

Please sign in to comment.