Skip to content

Commit

Permalink
ci: build PR workflow bumps to Go 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: scbizu <[email protected]>
  • Loading branch information
scbizu committed Sep 21, 2024
1 parent 9e3de5b commit 2b69eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: setup go environment
uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.23'
- name: download dependencies
run: make bootstrap
- name: run unit tests
Expand Down

0 comments on commit 2b69eb8

Please sign in to comment.