Skip to content

Commit

Permalink
chore: update dependency golang/go to v1.23.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 2ab5924 commit 6cb375d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const (
GolangContainerImageVersion = "1.22-alpine"
// GoVersion is the version of Go.
// renovate: datasource=github-tags extractVersion=^go(?<version>.*)$ depName=golang/go
GoVersion = "1.22.6"
GoVersion = "1.23.0"
// GrpcGatewayVersion is the version of grpc-gateway.
// renovate: datasource=go depName=github.com/grpc-ecosystem/grpc-gateway
GrpcGatewayVersion = "v2.21.0"
Expand Down

0 comments on commit 6cb375d

Please sign in to comment.