Skip to content

Commit a5cc754

Browse files
authored
Merge pull request #517 from rusq/goreleaser
CI release fix
2 parents 3edbdb6 + bed0639 commit a5cc754

File tree

3 files changed

+25
-70
lines changed

3 files changed

+25
-70
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ builds:
2020
ignore:
2121
- goos: openbsd
2222
goarch: 386
23+
- goos: freebsd
24+
goarch: 386
2325

2426
archives:
2527
- id: default

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/rusq/slackdump/v3
22

33
go 1.24.0
44

5+
retract v3.1.2 // broken build
6+
57
require (
68
github.com/BurntSushi/toml v1.5.0
79
github.com/MercuryEngineering/CookieMonster v0.0.0-20180304172713-1584578b3403

0 commit comments

Comments
 (0)