Skip to content

Commit

Permalink
try to fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetancollaud committed Jan 8, 2023
1 parent f6a7f29 commit 1904f40
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.19
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist --snapshot
Expand Down
10 changes: 8 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@ env:
- GO111MODULE=on
- CGO_ENABLED=0
builds:
- goos:
- linux
- id: windows
goos:
- windows
goarch:
- 386
- amd64
- id: linux
goos:
- linux
goarch:
- 386
- amd64
- arm
- arm64

Expand Down

0 comments on commit 1904f40

Please sign in to comment.