Skip to content

Commit e28e384

Browse files
authored
(bug): need to update go version to make github workflows pass (#3040)
make github workflows less mad Signed-off-by: schristoff <28318173+schristoff@users.noreply.github.com>
1 parent b88ab20 commit e28e384

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_pipelinesrelease_template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
goVersion:
77
required: false
8-
default: 1.20.7
8+
default: 1.21.3
99
type: string
1010
registry:
1111
required: false

.github/workflows/protoc.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20
1+
FROM golang:1.21
22
RUN apt-get update && apt-get -y install protobuf-compiler
33
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
44
RUN go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2

0 commit comments

Comments
 (0)