Skip to content

Commit

Permalink
fix setup go version (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
spring1843 authored Dec 28, 2024
1 parent 0dd36e5 commit f8ef3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@5
- uses: actions/setup-go@v5
- run: make build
- name: Create Release
id: create_release
Expand Down

0 comments on commit f8ef3f2

Please sign in to comment.