Skip to content

Commit

Permalink
Setup Go toolchain for release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Mar 26, 2024
1 parent 9acc70e commit 214022c
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/[email protected]
- name: Prepare
Expand Down

0 comments on commit 214022c

Please sign in to comment.