We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0173a commit 4341bf6Copy full SHA for 4341bf6
.github/workflows/release.yaml
@@ -25,7 +25,7 @@ jobs:
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
goos: ${{ matrix.goos }}
27
goarch: ${{ matrix.goarch }}
28
- goversion: "go.mod"
+ goversion: 1.21.5
29
pre_command: export CGO_ENABLED=0
30
ldflags: "-s -w -X main.version=${{ github.event.release.tag_name }}"
31
executable_compression: "upx -9"
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
project_path: "./cmd"
0 commit comments