Skip to content

Commit

Permalink
fix image version
Browse files Browse the repository at this point in the history
  • Loading branch information
mandoway committed Oct 4, 2024
1 parent 896c73e commit 529b7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
needs: [tests]
container:
image: ghcr.io/goreleaser/goreleaser-cross:1.23.2
image: ghcr.io/goreleaser/goreleaser-cross:v1.23.2
env:
CGO_ENABLED: 1
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 529b7d8

Please sign in to comment.