Skip to content

Commit

Permalink
build: workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 24, 2023
1 parent 18fa030 commit 61b2c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '>=1.20.1'
cache: true
- run: |
make setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '>=1.20.1'
cache: true
- uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit 61b2c25

Please sign in to comment.