Skip to content

Commit

Permalink
feat: update to Go 1.23.6
Browse files Browse the repository at this point in the history
Pull in new pkgs, also remove unneeded PATH

Signed-off-by: Dmitry Sharshakov <dmitry.sharshakov@siderolabs.com>
  • Loading branch information
dsseng committed Feb 5, 2025
1 parent ef0a679 commit 9db33dd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
format: v1alpha2

vars:
TOOLCHAIN_IMAGE: ghcr.io/siderolabs/toolchain:v0.14.0-alpha.0-3-g71bef4d
TOOLCHAIN_IMAGE: ghcr.io/siderolabs/toolchain:v0.14.0-alpha.0-4-g45054bc

# renovate: datasource=github-releases depName=abseil/abseil-cpp
abseil_version: 20240722.0
Expand Down
1 change: 0 additions & 1 deletion protoc-gen-go-grpc/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ steps:
- network: default
build:
- |
export PATH=/go/bin:${PATH}
export GO111MODULE=on
cd cmd/protoc-gen-go-grpc
go build .
Expand Down
1 change: 0 additions & 1 deletion protoc-gen-go/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ steps:
- network: default
build:
- |
export PATH=/go/bin:${PATH}
export GO111MODULE=on
cd cmd/protoc-gen-go
go build .
Expand Down

0 comments on commit 9db33dd

Please sign in to comment.