Skip to content

Commit

Permalink
fix: specify the go mod version when cli verify
Browse files Browse the repository at this point in the history
  • Loading branch information
jiumos committed Sep 13, 2024
1 parent 68c04e4 commit 6827c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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
go mod tidy
Expand Down

0 comments on commit 6827c4e

Please sign in to comment.