Skip to content

Commit

Permalink
operator: Restrict go version for github release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Wilson <[email protected]>
  • Loading branch information
aaronnw committed Mar 3, 2024
1 parent 53626fb commit b6c4b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: '>=1.21.0'
go-version: '1.21.0'
- name: Login to DockerHub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit b6c4b30

Please sign in to comment.