Skip to content

Commit bdd6cc5

Browse files
chore(deps): update dependency go to 1.19 (#319)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf07d59 commit bdd6cc5

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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.17"
8+
"go": "1.19"
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/

all/test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/namely/docker-protoc/test
22

3-
go 1.17
3+
go 1.19
44

55
require (
66
github.com/otiai10/copy v1.7.0

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.16
4-
ARG go_version=1.17
4+
ARG go_version=1.19
55
FROM golang:$go_version-alpine$alpine_version AS build
66

77
ARG go_version

gwy/templates/go.mod.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module gateway
22

3-
go 1.17
3+
go 1.19
44

55
require (
66
github.com/gorilla/handlers v1.5.1

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.17}
10+
GO_VERSION=${GO_VERSION:-1.19}
1111
GRPC_VERSION=${GRPC_VERSION:-1.50}
1212
GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.50}
1313
GRPC_WEB_VERSION=${GRPC_WEB_VERSION:-1.4.2}

0 commit comments

Comments
 (0)