Skip to content

Commit

Permalink
Merge pull request #5 from ciaranRoche/release-action-fix-go
Browse files Browse the repository at this point in the history
OCM-7256 | chore: fix release action to correct go version
  • Loading branch information
ciaranRoche authored Apr 25, 2024
2 parents 68d3bca + bb7a7bf commit 323b176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
run: pip install -r .github/workflows/requirements.txt

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: '1.17'
go-version: '1.21'

- name: Create release
shell: python
Expand Down

0 comments on commit 323b176

Please sign in to comment.