Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency go to 1.23 #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading