Skip to content

Commit

Permalink
Go 1.23 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenh committed Nov 13, 2024
1 parent ceeb6a5 commit 2e3c728
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

env:
VAULT_ADDR: https://vault.eng.aserto.com/
GO_VERSION: "1.17"
GO_VERSION: "1.23"

jobs:
build:
Expand Down
10 changes: 5 additions & 5 deletions Depfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
go:
protoc-gen-openapiv2:
importPath: "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
version: "v2.5.0"
version: "v2.23.0"
svu:
importPath: "github.com/caarlos0/svu"
version: "v1.6.1"
importPath: "github.com/caarlos0/svu/v2"
version: "v2.2.0"
buf:
importPath: "github.com/bufbuild/buf/cmd/buf"
version: "v1.3.1"
version: "v1.46.0"
sver:
importPath: "github.com/aserto-dev/sver/cmd/sver"
version: "v1.3.9"
version: "v1.3.13"
bin:
vault:
url: "https://releases.hashicorp.com/vault/{{.Version}}/vault_{{.Version}}_{{.OS}}_{{.Arch}}.zip"
Expand Down

0 comments on commit 2e3c728

Please sign in to comment.