Skip to content

Commit

Permalink
Merge pull request #12 from devops-works/fix/fix-ci-run
Browse files Browse the repository at this point in the history
fix: fix GitHub Actions runs
  • Loading branch information
eze-kiel authored Apr 19, 2022
2 parents 6ec5f84 + c3ae379 commit 215580b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
fetch-depth: 0 # See: https://goreleaser.com/ci/actions/

- name: Set up Go 1.15
- name: Set up Go 1.17
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.17
id: go

- name: Run GoReleaser
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ builds:
ignore:
- goos: darwin
goarch: 386
- goos: windows

archives:
- format: binary
Expand Down

0 comments on commit 215580b

Please sign in to comment.