Skip to content

Commit a31eab4

Browse files
committed
fix: bump protoc-go to Go 1.24.0
protoc-gen-workato@latest now requires go >= 1.24.0. Bump protoc-go version to 3.26.0.
1 parent e2b6832 commit a31eab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

protoc-go/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.0-alpine as builder
1+
FROM golang:1.24.0-alpine as builder
22

33
ENV S12_PROTO_VERSION 1.37.0
44

protoc-go/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.25.6
1+
3.26.0

0 commit comments

Comments
 (0)