Skip to content

Commit

Permalink
DEVP-3487 use latest protoc-go (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
MickStanciu authored Sep 13, 2024
1 parent ca9322b commit 1c001be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions protoc-go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.18.0-alpine as builder
FROM golang:1.22.0-alpine as builder

ENV S12_PROTO_VERSION 1.31.0
ENV S12_PROTO_VERSION 1.32.0

# install dependencies and build/install Go
ADD . /src
Expand Down
2 changes: 1 addition & 1 deletion protoc-go/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.20.2
3.21.0

0 comments on commit 1c001be

Please sign in to comment.