Skip to content

Commit

Permalink
Merge pull request #135 from aztfmod/Update-Nov
Browse files Browse the repository at this point in the history
Update to go and goreleaser
  • Loading branch information
arnaudlh committed Nov 24, 2021
2 parents 29d3b04 + 27ccc67 commit 51d2c47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.15
- name: Set up Go 1.17
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.17
id: go

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
if: startsWith(github.ref, 'refs/tags/')
with:
version: v0.164.0
version: v1.0.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ builds:
- CGO_ENABLED=0
goos:
- freebsd
- openbsd
- solaris
- windows
- linux
- darwin
Expand Down

0 comments on commit 51d2c47

Please sign in to comment.