Skip to content

Commit

Permalink
ci: bump go version to v1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Nace Sc <[email protected]>
  • Loading branch information
scbizu authored Mar 5, 2025
1 parent 5e32c8d commit 7908b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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 7908b93

Please sign in to comment.