Skip to content

Commit

Permalink
ci: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyunrei committed Mar 3, 2024
1 parent 8316cba commit bb3d8bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
check-latest: true

- name: Makefile Release
run: make release
Expand Down

0 comments on commit bb3d8bc

Please sign in to comment.