Skip to content

Commit 9c80454

Browse files
chore(deps): update dependency go to 1.19
1 parent f16a44d commit 9c80454

6 files changed

Lines changed: 9 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

all/test/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
33
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
44
github.com/otiai10/copy v1.7.0 h1:hVoPiN+t+7d2nzzwMiDHPSOogsWAStewq3TwU05+clE=
55
github.com/otiai10/copy v1.7.0/go.mod h1:rmRl6QPdJj6EiUqXQ/4Nn2lLXoNQjFCQbbNrxgc/t3U=
6+
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJG+0mI8eUu6xqkFDYS2kb2saOteoSB3cE=
7+
github.com/otiai10/curr v1.0.0/go.mod h1:LskTG5wDwr8Rs+nNQ+1LlxRjAtTZZjtJW4rMXl6j4vs=
8+
github.com/otiai10/mint v1.3.0/go.mod h1:F5AjcsTsWUqX+Na9fpHb52P8pcRX2CI6A3ctIT91xUo=
9+
github.com/otiai10/mint v1.3.3/go.mod h1:/yxELlJQ0ufhjUwhshSj+wFjZ78CnZ48/1wtmBH1OTc=
610
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
711
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
812
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

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.48}
1212
GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.48}
1313
GRPC_WEB_VERSION=${GRPC_WEB_VERSION:-1.3.1}

0 commit comments

Comments
 (0)