Skip to content

Commit

Permalink
Update Go setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Mar 12, 2023
1 parent 0bdfead commit ae469dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go 1.20
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '1.20'
cache: true
- run: |
git config --global url."https://mostafa:${TOKEN}@github.com/".insteadOf "https://github.com"
Expand Down

0 comments on commit ae469dc

Please sign in to comment.