Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit f3a24c0

Browse files
committed
bump actions
1 parent 9fb2429 commit f3a24c0

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/release.yml

+5-9
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,15 @@ jobs:
2121
goreleaser:
2222
runs-on: ubuntu-latest
2323
steps:
24-
-
25-
name: Checkout
24+
- name: Checkout
2625
uses: actions/checkout@v2
27-
-
28-
name: Unshallow
26+
- name: Unshallow
2927
run: git fetch --prune --unshallow
30-
-
31-
name: Set up Go
28+
- name: Set up Go
3229
uses: actions/setup-go@v2
3330
with:
34-
go-version: 1.18.4
35-
-
36-
name: Run GoReleaser
31+
go-version: 1.20.3
32+
- name: Run GoReleaser
3733
uses: goreleaser/goreleaser-action@v2
3834
with:
3935
version: latest

.goreleaser.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ builds:
2222
ignore:
2323
- goos: darwin
2424
goarch: '386'
25+
- goos: freebsd
26+
goarch: '386'
2527
binary: '{{ .ProjectName }}'
2628
archives:
2729
- format: zip

0 commit comments

Comments
 (0)