Skip to content

Commit

Permalink
fix: specify the go mod version when building the cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jiumos authored and lzf575 committed Sep 12, 2024
1 parent de5294e commit e0218b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
GO111MODULE="off" go get github.com/gogo/protobuf/protoc-gen-gogo
GO111MODULE="off" go get github.com/gogo/protobuf/gogoproto
GO111MODULE="off" go get github.com/golang/protobuf/protoc-gen-go
GO111MODULE="off" go get golang.org/x/tools/cmd/stringer
go install golang.org/x/tools/cmd/stringer@v0.24.0
cd cli
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 make -e BINARY_SUFFIX=.linux-amd64 -e BRANCH=${{ github.ref_name }}
Expand Down

0 comments on commit e0218b7

Please sign in to comment.