Fix[CD]: bump go version and don't package tar.gz in favor of just bin (missed a spot)

This commit is contained in:
kayos@tcp.direct 2024-05-01 12:51:08 -07:00
parent b1dc4fd194
commit 20e572c911
No known key found for this signature in database
GPG Key ID: 4B841471B4BEE979
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ jobs:
goversion: "https://dl.google.com/go/go1.22.2.linux-amd64.tar.gz"
project_path: "./cmd/HellPot"
binary_name: "HellPot"
compress_assets: OFF
# extra_files: LICENSE README.md
build_flags: -trimpath
pre_command: export CGO_ENABLED=0