Skip to content

Commit

Permalink
Add fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Oct 31, 2024
1 parent f70153a commit fc6e51e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kuksa_go_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
go run protocInstall/protocInstall.go
export PATH=$PATH:$HOME/protoc/bin
sudo chmod +x $HOME/protoc/bin/protoc
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.4.0
export PATH=$PATH:$HOME/go/bin
go generate .
go test .
Expand Down

0 comments on commit fc6e51e

Please sign in to comment.