Skip to content

Commit c43b8d1

Browse files
jiumoslzf575
authored andcommitted
fix: specify the go mod version when cli verify
1 parent 68c04e4 commit c43b8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
GO111MODULE="off" go get github.com/gogo/protobuf/protoc-gen-gogo
3838
GO111MODULE="off" go get github.com/gogo/protobuf/gogoproto
3939
GO111MODULE="off" go get github.com/golang/protobuf/protoc-gen-go
40-
GO111MODULE="off" go get golang.org/x/tools/cmd/stringer
40+
go install golang.org/x/tools/cmd/stringer@v0.24.0
4141
4242
cd cli
4343
go mod tidy

0 commit comments

Comments
 (0)