Skip to content

Commit 9db33dd

Browse files
committed
feat: update to Go 1.23.6
Pull in new pkgs, also remove unneeded PATH Signed-off-by: Dmitry Sharshakov <dmitry.sharshakov@siderolabs.com>
1 parent ef0a679 commit 9db33dd

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

Pkgfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
format: v1alpha2
66

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

1010
# renovate: datasource=github-releases depName=abseil/abseil-cpp
1111
abseil_version: 20240722.0

protoc-gen-go-grpc/pkg.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ steps:
1515
- network: default
1616
build:
1717
- |
18-
export PATH=/go/bin:${PATH}
1918
export GO111MODULE=on
2019
cd cmd/protoc-gen-go-grpc
2120
go build .

protoc-gen-go/pkg.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ steps:
1515
- network: default
1616
build:
1717
- |
18-
export PATH=/go/bin:${PATH}
1918
export GO111MODULE=on
2019
cd cmd/protoc-gen-go
2120
go build .

0 commit comments

Comments
 (0)