Skip to content

Commit

Permalink
Merge pull request #5 from ogticrd/add-workflows
Browse files Browse the repository at this point in the history
💚 set right go version in release
  • Loading branch information
plusiv authored Jun 11, 2024
2 parents ee89e69 + d786b19 commit 995bec2
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 @@ -22,5 +22,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "latest"
goversion: "go1.22.4"
extra_files: LICENSE README.md

0 comments on commit 995bec2

Please sign in to comment.