Skip to content

Commit 10a28c0

Browse files
chore(deps): update dependency go to 1.20
1 parent 6033457 commit 10a28c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"master"
66
],
77
constraints: {
8-
"go": "1.19"
8+
"go": "1.20"
99
},
1010
extends: [
1111
// A lot of default settings that you can extend can be found in the presets section: https://docs.renovatebot.com/presets-compatibility/

gwy/templates/Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template for grpc-gateway
22

33
ARG alpine_version=3.18
4-
ARG go_version=1.19
4+
ARG go_version=1.20
55
FROM golang:$go_version-alpine$alpine_version AS build
66

77
ARG go_version

variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CONTAINER=${DOCKER_REPO}${NAMESPACE}
77
LATEST=${1:false}
88

99
DEBIAN_VERSION=${DEBIAN_VERSION:-bullseye}
10-
GO_VERSION=${GO_VERSION:-1.19}
10+
GO_VERSION=${GO_VERSION:-1.20}
1111
GRPC_VERSION=${GRPC_VERSION:-1.51}
1212
GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.51}
1313
GRPC_WEB_VERSION=${GRPC_WEB_VERSION:-1.4.2}

0 commit comments

Comments
 (0)