Skip to content

Commit

Permalink
Merge pull request #4 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 96bf946 + 9f06bc7 commit ee89e69
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: "https://dl.google.com/go/go1.13.1.linux-amd64.tar.gz"
goversion: "latest"
extra_files: LICENSE README.md

0 comments on commit ee89e69

Please sign in to comment.