Skip to content

Commit

Permalink
chore: update go packages
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 7, 2024
1 parent 133368e commit 69892db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/config/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const (
GoFmtVersion = "v0.6.0"
// GoImportsVersion is the version of goimports.
// renovate: datasource=go depName=golang.org/x/tools
GoImportsVersion = "v0.23.0"
GoImportsVersion = "v0.24.0"
// GolangCIlintVersion is the version of golangci-lint.
// renovate: datasource=go depName=github.com/golangci/golangci-lint
GolangCIlintVersion = "v1.59.1"
Expand All @@ -60,10 +60,10 @@ const (
GoVersion = "1.22.5"
// GrpcGatewayVersion is the version of grpc-gateway.
// renovate: datasource=go depName=github.com/grpc-ecosystem/grpc-gateway
GrpcGatewayVersion = "v2.20.0"
GrpcGatewayVersion = "v2.21.0"
// GrpcGoVersion is the version of grpc.
// renovate: datasource=go depName=google.golang.org/grpc/cmd/protoc-gen-go-grpc
GrpcGoVersion = "v1.4.0"
GrpcGoVersion = "v1.5.1"
// LoginActionVersion is the version of login github action.
// renovate: datasource=github-releases extractVersion=^(?<version>v\d+)\.\d+\.\d+$ depName=docker/login-action
LoginActionVersion = "v3"
Expand Down

0 comments on commit 69892db

Please sign in to comment.