Skip to content

Commit

Permalink
Fix[CD]: bump go version and don't package tar.gz in favor of just bin
Browse files Browse the repository at this point in the history
  • Loading branch information
yunginnanet committed May 1, 2024
1 parent 8bb53ab commit b1dc4fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.20.1.linux-amd64.tar.gz"
goversion: "https://dl.google.com/go/go1.22.2.linux-amd64.tar.gz"
project_path: "./cmd/HellPot"
binary_name: "HellPot"
extra_files: LICENSE README.md
# extra_files: LICENSE README.md
build_flags: -trimpath
pre_command: export CGO_ENABLED=0
ldflags: -s -w -X main.version=${{ github.ref }}
Expand Down

0 comments on commit b1dc4fd

Please sign in to comment.