Skip to content

Commit ab68d18

Browse files
authored
Merge pull request #1624 from fluxcd/fix-release-workflow
Setup Go toolchain for release workflow
2 parents 9acc70e + 214022c commit ab68d18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
packages: write # needed for ghcr access
2929
steps:
3030
- uses: actions/checkout@v4
31+
- name: Setup Go
32+
uses: actions/setup-go@v5
33+
with:
34+
go-version: 1.22.x
3135
- uses: fluxcd/flux2/action@main
3236
- uses: sigstore/cosign-installer@v3.4.0
3337
- name: Prepare

0 commit comments

Comments
 (0)