File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 11module github.com/namely/docker-protoc/test
22
3- go 1.17
3+ go 1.19
44
55require (
66 github.com/otiai10/copy v1.7.0
Original file line number Diff line number Diff line change 11# Template for grpc-gateway
22
33ARG alpine_version= 3.16
4- ARG go_version= 1.17
4+ ARG go_version= 1.19
55FROM golang:$go_version -alpine$alpine_version AS build
66
77ARG go_version
Original file line number Diff line number Diff line change 11module gateway
22
3- go 1.17
3+ go 1.19
44
55require (
66 github.com /gorilla/handlers v1.5.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CONTAINER=${DOCKER_REPO}${NAMESPACE}
77LATEST=${1: false}
88
99DEBIAN_VERSION=${DEBIAN_VERSION:- bullseye}
10- GO_VERSION=${GO_VERSION:- 1.17 }
10+ GO_VERSION=${GO_VERSION:- 1.19 }
1111GRPC_VERSION=${GRPC_VERSION:- 1.50}
1212GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:- 1.50}
1313GRPC_WEB_VERSION=${GRPC_WEB_VERSION:- 1.4.2}
You can’t perform that action at this time.
0 commit comments