File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
"master"
6
6
] ,
7
7
constraints : {
8
- "go" : "1.19 "
8
+ "go" : "1.20 "
9
9
} ,
10
10
extends : [
11
11
// A lot of default settings that you can extend can be found in the presets section: https://docs.renovatebot.com/presets-compatibility/
Original file line number Diff line number Diff line change 1
1
# Template for grpc-gateway
2
2
3
3
ARG alpine_version=3.18
4
- ARG go_version=1.19
4
+ ARG go_version=1.20
5
5
FROM golang:$go_version-alpine$alpine_version AS build
6
6
7
7
ARG go_version
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CONTAINER=${DOCKER_REPO}${NAMESPACE}
7
7
LATEST=${1: false}
8
8
9
9
DEBIAN_VERSION=${DEBIAN_VERSION:- bullseye}
10
- GO_VERSION=${GO_VERSION:- 1.19 }
10
+ GO_VERSION=${GO_VERSION:- 1.20 }
11
11
GRPC_VERSION=${GRPC_VERSION:- 1.51}
12
12
GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:- 1.51}
13
13
GRPC_WEB_VERSION=${GRPC_WEB_VERSION:- 1.4.2}
You can’t perform that action at this time.
0 commit comments