Skip to content

Commit

Permalink
Upgrade "Release to Github" workflow to use go v1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ipinfo committed Nov 7, 2023
1 parent 0a1eb72 commit 16a3436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup GO
uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.20'

- name: Extract CLI Name and Version
run: |
Expand Down

0 comments on commit 16a3436

Please sign in to comment.