We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3edbdb6 + bed0639 commit a5cc754Copy full SHA for a5cc754
.goreleaser.yaml
@@ -20,6 +20,8 @@ builds:
20
ignore:
21
- goos: openbsd
22
goarch: 386
23
+ - goos: freebsd
24
+ goarch: 386
25
26
archives:
27
- id: default
go.mod
@@ -2,6 +2,8 @@ module github.com/rusq/slackdump/v3
2
3
go 1.24.0
4
5
+retract v3.1.2 // broken build
6
+
7
require (
8
github.com/BurntSushi/toml v1.5.0
9
github.com/MercuryEngineering/CookieMonster v0.0.0-20180304172713-1584578b3403
0 commit comments