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 366f49e commit 86e5fbdCopy full SHA for 86e5fbd
.goreleaser.yaml
@@ -1,7 +1,6 @@
1
before:
2
hooks:
3
- go mod tidy
4
- - export GO_VERSION=$(go version | cut -d " " -f 3)
5
6
builds:
7
- env:
@@ -63,7 +62,7 @@ builds:
63
62
- -X 'github.com/appleboy/CodeGPT/version.Version={{.Version}}'
64
- -X 'github.com/appleboy/CodeGPT/version.BuildTime={{.Date}}'
65
- -X 'github.com/appleboy/CodeGPT/version.GitCommit={{.FullCommit}}'
66
- - -X 'github.com/appleboy/CodeGPT/version.GoVersion={{.Env.GO_VERSION}}'
+ - -X 'github.com/appleboy/CodeGPT/version.GoVersion=$(go version | cut -d " " -f 3)'
67
- -X 'github.com/appleboy/CodeGPT/version.BuildOS={{.Os}}'
68
- -X 'github.com/appleboy/CodeGPT/version.BuildArch={{.Arch}}'
69
binary: >-
0 commit comments