Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
eiginn committed Feb 25, 2023
1 parent 0dbf3ba commit a59b406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 'stable'
go-version: '1.20.1'
- name: goreleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit a59b406

Please sign in to comment.