File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 4444 - name : Run GoReleaser
4545 uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
4646 with :
47- version : latest
47+ version : " ~> v2 "
4848 args : release --clean
4949 env :
5050 GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
Original file line number Diff line number Diff line change 2727 run : make prep
2828
2929 - name : Execute tests
30- run : make test && make testacc
30+ run : |
31+ make test
32+ make testacc
33+ make test-releaser
3134
3235 - name : Upload test artifacts for debugging
3336 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ require (
6767 github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
6868 github.com/skeema/knownhosts v1.3.1 // indirect
6969 github.com/ugorji/go/codec v1.2.12 // indirect
70- github.com/ulikunitz/xz v0.5.14 // indirect
70+ github.com/ulikunitz/xz v0.5.15 // indirect
7171 github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
7272 github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
7373 github.com/xanzy/ssh-agent v0.3.3 // indirect
Original file line number Diff line number Diff line change @@ -273,8 +273,8 @@ github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf
273273github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 /go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM =
274274github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE =
275275github.com/ugorji/go/codec v1.2.12 /go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg =
276- github.com/ulikunitz/xz v0.5.14 h1:uv/0Bq533iFdnMHZdRBTOlaNMdb1+ZxXIlHDZHIHcvg =
277- github.com/ulikunitz/xz v0.5.14 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
276+ github.com/ulikunitz/xz v0.5.15 h1:9DNdB5s+SgV3bQ2ApL10xRc35ck0DuIX/isZvIk+ubY =
277+ github.com/ulikunitz/xz v0.5.15 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
278278github.com/vmihailenco/msgpack/v5 v5.4.1 h1:cQriyiUvjTwOHg8QZaPihLWeRAAVoCpE00IUPn0Bjt8 =
279279github.com/vmihailenco/msgpack/v5 v5.4.1 /go.mod h1:GaZTsDaehaPpQVyxrf5mtQlH+pc21PIudVV/E3rRQok =
280280github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g =
You can’t perform that action at this time.
0 commit comments