Skip to content

Commit

Permalink
update-goreleaser
Browse files Browse the repository at this point in the history
* fixed the format
* updated versions
  • Loading branch information
m-timmermann committed Mar 27, 2024
1 parent 474aef8 commit 0c65eed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Set up Go
uses: actions/setup-go@v1
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
go-version: 1.21
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --clean
Expand Down
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ before:
# you may remove this if you don't use vgo
- go mod tidy
builds:
-
main: ./cmd/store
- main: ./cmd/store
binary: store
goos:
- linux
Expand Down

0 comments on commit 0c65eed

Please sign in to comment.