Skip to content

Commit

Permalink
chore(deps): update dependency go to 1.19 (#319)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2022
1 parent bf07d59 commit bdd6cc5
Show file tree
Hide file tree
Showing 5 changed files with 5 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
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:-bullseye}
GO_VERSION=${GO_VERSION:-1.17}
GO_VERSION=${GO_VERSION:-1.19}
GRPC_VERSION=${GRPC_VERSION:-1.50}
GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.50}
GRPC_WEB_VERSION=${GRPC_WEB_VERSION:-1.4.2}
Expand Down

0 comments on commit bdd6cc5

Please sign in to comment.