Skip to content

Commit

Permalink
Merge pull request #1624 from fluxcd/fix-release-workflow
Browse files Browse the repository at this point in the history
Setup Go toolchain for release workflow
  • Loading branch information
stefanprodan authored Mar 26, 2024
2 parents 9acc70e + 214022c commit ab68d18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
packages: write # needed for ghcr access
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- uses: fluxcd/flux2/action@main
- uses: sigstore/cosign-installer@v3.4.0
- name: Prepare
Expand Down

0 comments on commit ab68d18

Please sign in to comment.