Skip to content

Commit

Permalink
update go version to fix goreleaser (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
geseq committed Apr 23, 2023
1 parent f90bc00 commit 55f2519
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18
- name: run goreleaser
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: set up Go
uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.18
id: go
- name: set up Go module cache
uses: actions/cache@v1
Expand Down

0 comments on commit 55f2519

Please sign in to comment.