Skip to content

Commit

Permalink
Merge pull request #6 from cheeyeo/fix_release_workflow
Browse files Browse the repository at this point in the history
Update to go 1.20.5
  • Loading branch information
cheeyeo authored Jul 6, 2023
2 parents c67942d + fa7f07b commit cc2d291
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 @@ -33,7 +33,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
goversion: "https://dl.google.com/go/go1.20.3.linux-amd64.tar.gz"
goversion: "https://dl.google.com/go/go1.20.5.linux-amd64.tar.gz"
project_path: "./cmd"
binary_name: "s3pipe"
executable_compression: "upx -5"

0 comments on commit cc2d291

Please sign in to comment.