Skip to content

Commit

Permalink
chore(deps): update dependency go to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 13, 2024
1 parent f16a44d commit 963dd17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.23"
},
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 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.23
FROM golang:$go_version-alpine$alpine_version AS build

ARG go_version
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.23}
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 963dd17

Please sign in to comment.