Skip to content

Commit

Permalink
Update publish-release.yaml
Browse files Browse the repository at this point in the history
publish release configuration was updated to match .github/workflows/check-pull-request.yaml
  • Loading branch information
renan-campos authored Aug 8, 2024
1 parent 70b8184 commit c0b083c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
run: pip install -r .github/workflows/requirements.txt

- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: 1.22

- name: Create release
shell: python
Expand Down

0 comments on commit c0b083c

Please sign in to comment.