Skip to content

Commit

Permalink
Adding goreleaser and bumping go version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Jan 12, 2024
1 parent 2e4d8b5 commit 76616ac
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: GoReleaser Action
uses: goreleaser/[email protected]
with:
version: latest
args: release --rm-dist

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 76616ac

Please sign in to comment.