Skip to content

Commit

Permalink
To fix goreleaser (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
cniackz committed Apr 6, 2024
1 parent f89370a commit 52be236
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 176 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --skip-publish --clean --snapshot
args: release --skip=publish --clean --snapshot
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before:
hooks:
- make clean
- make swagger-gen
- go mod tidy -compat=1.19
- go mod tidy -compat=1.21.8
- go mod download

builds:
Expand Down
4 changes: 1 addition & 3 deletions kubectl-minio/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ require (
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/miekg/dns v1.1.58 // indirect
github.com/minio/madmin-go/v3 v3.0.49 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
Expand All @@ -84,7 +83,6 @@ require (
github.com/secure-io/sio-go v0.3.1 // indirect
github.com/shirou/gopsutil/v3 v3.24.2 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tinylib/msgp v1.1.9 // indirect
github.com/tklauser/go-sysconf v0.3.13 // indirect
Expand All @@ -94,7 +92,7 @@ require (
go.starlark.net v0.0.0-20240123142251-f86470692795 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.18.0 // indirect
Expand Down

0 comments on commit 52be236

Please sign in to comment.