Skip to content

Commit

Permalink
ctrl+f 1.19.8
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Christoff <[email protected]>
  • Loading branch information
schristoff committed Jul 3, 2023
1 parent 328e7fc commit 565f882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/azure-pipelines.release-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ variables: # these are really constants
parameters:
- name: goVersion
type: string
default: "1.19.8"
default: "1.20"
- name: registry
type: string
default: ghcr.io/getporter/test
Expand Down
2 changes: 1 addition & 1 deletion build/protoc.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.0
FROM golang:1.20
RUN apt-get update && apt-get -y install protobuf-compiler
RUN go install google.golang.org/protobuf/cmd/[email protected]
RUN go install google.golang.org/grpc/cmd/[email protected]
Expand Down

0 comments on commit 565f882

Please sign in to comment.