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 @@ -3,6 +3,10 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
33github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
44github.com/otiai10/copy v1.7.0 h1:hVoPiN+t+7d2nzzwMiDHPSOogsWAStewq3TwU05+clE =
55github.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 =
610github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
711github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
812github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
Original file line number Diff line number Diff line change 11# Template for grpc-gateway
22
33ARG alpine_version= 3.14
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:- buster}
10- GO_VERSION=${GO_VERSION:- 1.17 }
10+ GO_VERSION=${GO_VERSION:- 1.19 }
1111GRPC_VERSION=${GRPC_VERSION:- 1.48}
1212GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:- 1.48}
1313GRPC_WEB_VERSION=${GRPC_WEB_VERSION:- 1.3.1}
You can’t perform that action at this time.
0 commit comments