Skip to content

Commit

Permalink
chore(deps): update dependency go to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 1, 2022
1 parent cccff3e commit 372efb9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"master"
],
constraints: {
"go": "1.17"
"go": "1.19"
},
extends: [
// A lot of default settings that you can extend can be found in the presets section: https://docs.renovatebot.com/presets-compatibility/
Expand Down
2 changes: 1 addition & 1 deletion all/test/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/namely/docker-protoc/test

go 1.17
go 1.19

require (
github.com/otiai10/copy v1.7.0
Expand Down
4 changes: 4 additions & 0 deletions all/test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/otiai10/copy v1.7.0 h1:hVoPiN+t+7d2nzzwMiDHPSOogsWAStewq3TwU05+clE=
github.com/otiai10/copy v1.7.0/go.mod h1:rmRl6QPdJj6EiUqXQ/4Nn2lLXoNQjFCQbbNrxgc/t3U=
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJG+0mI8eUu6xqkFDYS2kb2saOteoSB3cE=
github.com/otiai10/curr v1.0.0/go.mod h1:LskTG5wDwr8Rs+nNQ+1LlxRjAtTZZjtJW4rMXl6j4vs=
github.com/otiai10/mint v1.3.0/go.mod h1:F5AjcsTsWUqX+Na9fpHb52P8pcRX2CI6A3ctIT91xUo=
github.com/otiai10/mint v1.3.3/go.mod h1:/yxELlJQ0ufhjUwhshSj+wFjZ78CnZ48/1wtmBH1OTc=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down
2 changes: 1 addition & 1 deletion gwy/templates/Dockerfile.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template for grpc-gateway

ARG alpine_version=3.16
ARG go_version=1.17
ARG go_version=1.19
FROM golang:$go_version-alpine$alpine_version AS build

ARG go_version
Expand Down
2 changes: 1 addition & 1 deletion gwy/templates/go.mod.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module gateway

go 1.17
go 1.19

require (
github.com/gorilla/handlers v1.5.1
Expand Down
2 changes: 1 addition & 1 deletion variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CONTAINER=${DOCKER_REPO}${NAMESPACE}
LATEST=${1:false}

DEBIAN_VERSION=${DEBIAN_VERSION:-buster}
GO_VERSION=${GO_VERSION:-1.17}
GO_VERSION=${GO_VERSION:-1.19}
GRPC_VERSION=${GRPC_VERSION:-1.48}
GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.48}
GRPC_WEB_VERSION=${GRPC_WEB_VERSION:-1.3.1}
Expand Down

0 comments on commit 372efb9

Please sign in to comment.