Skip to content

Commit 7dae604

Browse files
committed
Fix release CI toolchain for v0.1.0 packaging
1 parent f45f70e commit 7dae604

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release-dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Go
1919
uses: actions/setup-go@v6
2020
with:
21-
go-version-file: go.mod
21+
go-version: "1.26.1"
2222

2323
- name: Setup QEMU
2424
uses: docker/setup-qemu-action@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Go
2323
uses: actions/setup-go@v6
2424
with:
25-
go-version-file: go.mod
25+
go-version: "1.26.1"
2626

2727
- name: Setup QEMU
2828
uses: docker/setup-qemu-action@v3

RELEASING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ make release-local APP_VERSION=0.0.0-dev LOCAL_REGISTRY=localhost:5000
6969

7070
- Docker with `buildx`
7171
- Helm 3 with OCI support
72+
- Go 1.26+ on the release runner, because the release-tool bootstrap path installs `syft`
7273
- network access for Go tool bootstrap
7374

7475
## GitHub Publisher Flow

0 commit comments

Comments
 (0)