Skip to content

Commit f8b19ff

Browse files
feat: update goreleaser
1 parent 4ea1d90 commit f8b19ff

File tree

118 files changed

+2782
-821
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+2782
-821
lines changed

go.mod

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ require (
66
github.com/apex/log v1.9.0
77
github.com/fatih/color v1.13.0
88
github.com/go-semantic-release/semantic-release/v2 v2.20.0
9-
github.com/goreleaser/goreleaser v1.4.1
9+
github.com/goreleaser/goreleaser v1.6.3
1010
)
1111

12-
replace github.com/goreleaser/goreleaser v1.4.1 => ./goreleaser
12+
replace github.com/goreleaser/goreleaser v1.6.3 => ./goreleaser
1313

1414
require (
1515
cloud.google.com/go v0.99.0 // indirect
@@ -41,7 +41,7 @@ require (
4141
github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3 // indirect
4242
github.com/acomagu/bufpipe v1.0.3 // indirect
4343
github.com/alecthomas/jsonschema v0.0.0-20211209230136-e2b41affa5c1 // indirect
44-
github.com/atc0005/go-teams-notify/v2 v2.6.0 // indirect
44+
github.com/atc0005/go-teams-notify/v2 v2.6.1 // indirect
4545
github.com/aws/aws-sdk-go v1.42.24 // indirect
4646
github.com/aws/aws-sdk-go-v2 v1.11.2 // indirect
4747
github.com/aws/aws-sdk-go-v2/config v1.11.0 // indirect
@@ -81,16 +81,16 @@ require (
8181
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
8282
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
8383
github.com/golang/protobuf v1.5.2 // indirect
84-
github.com/google/go-cmp v0.5.6 // indirect
85-
github.com/google/go-github/v41 v41.0.0 // indirect
84+
github.com/google/go-cmp v0.5.7 // indirect
85+
github.com/google/go-github/v43 v43.0.0 // indirect
8686
github.com/google/go-querystring v1.1.0 // indirect
8787
github.com/google/rpmpack v0.0.0-20211125064518-d0ed9b1b61b9 // indirect
8888
github.com/google/uuid v1.3.0 // indirect
8989
github.com/google/wire v0.5.0 // indirect
9090
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
9191
github.com/goreleaser/chglog v0.1.2 // indirect
92-
github.com/goreleaser/fileglob v1.2.0 // indirect
93-
github.com/goreleaser/nfpm/v2 v2.11.3 // indirect
92+
github.com/goreleaser/fileglob v1.3.0 // indirect
93+
github.com/goreleaser/nfpm/v2 v2.14.0 // indirect
9494
github.com/gorilla/websocket v1.4.2 // indirect
9595
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
9696
github.com/hashicorp/go-hclog v1.1.0 // indirect
@@ -107,6 +107,7 @@ require (
107107
github.com/jmespath/go-jmespath v0.4.0 // indirect
108108
github.com/kevinburke/ssh_config v1.1.0 // indirect
109109
github.com/klauspost/compress v1.13.6 // indirect
110+
github.com/klauspost/pgzip v1.2.5 // indirect
110111
github.com/magiconair/properties v1.8.5 // indirect
111112
github.com/mattn/go-colorable v0.1.12 // indirect
112113
github.com/mattn/go-ieproxy v0.0.1 // indirect
@@ -120,7 +121,7 @@ require (
120121
github.com/pelletier/go-toml v1.9.4 // indirect
121122
github.com/pkg/errors v0.9.1 // indirect
122123
github.com/sergi/go-diff v1.2.0 // indirect
123-
github.com/slack-go/slack v0.10.1 // indirect
124+
github.com/slack-go/slack v0.10.2 // indirect
124125
github.com/spf13/afero v1.8.0 // indirect
125126
github.com/spf13/cast v1.4.1 // indirect
126127
github.com/spf13/cobra v1.3.0 // indirect
@@ -130,15 +131,15 @@ require (
130131
github.com/subosito/gotenv v1.2.0 // indirect
131132
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
132133
github.com/ulikunitz/xz v0.5.10 // indirect
133-
github.com/xanzy/go-gitlab v0.52.2 // indirect
134+
github.com/xanzy/go-gitlab v0.56.0 // indirect
134135
github.com/xanzy/ssh-agent v0.3.1 // indirect
135136
go.opencensus.io v0.23.0 // indirect
136137
gocloud.dev v0.24.0 // indirect
137-
golang.org/x/crypto v0.0.0-20220128200615-198e4374d7ed // indirect
138+
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect
138139
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
139140
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
140141
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
141-
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
142+
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a // indirect
142143
golang.org/x/text v0.3.7 // indirect
143144
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
144145
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect

go.sum

Lines changed: 31 additions & 24 deletions
Large diffs are not rendered by default.

goreleaser/.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ body:
4949
id: terms
5050
attributes:
5151
label: Code of Conduct
52-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/goreleaser/goreleaser/blob/main/CODE_OF_CONDUCT.md)
52+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/goreleaser/.github/blob/main/CODE_OF_CONDUCT.md)
5353
options:
5454
- label: I agree to follow this project's Code of Conduct
5555
required: true

goreleaser/.github/ISSUE_TEMPLATE/feature.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ body:
4040
id: terms
4141
attributes:
4242
label: Code of Conduct
43-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/goreleaser/goreleaser/blob/main/CODE_OF_CONDUCT.md)
43+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/goreleaser/.github/blob/main/CODE_OF_CONDUCT.md)
4444
options:
4545
- label: I agree to follow this project's Code of Conduct
4646
required: true

goreleaser/.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
format: [ deb, rpm, apk ]
2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v3
2929
with:
3030
fetch-depth: 0
3131
- uses: arduino/setup-task@v1
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
DOCKER_CLI_EXPERIMENTAL: "enabled"
4848
steps:
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v3
5050
with:
5151
fetch-depth: 0
5252
- uses: arduino/setup-task@v1
@@ -85,8 +85,8 @@ jobs:
8585
./dist/*.rpm
8686
./dist/*.apk
8787
key: ${{ runner.os }}-go-${{ hashFiles('**/*.go') }}-${{ hashFiles('**/go.sum') }}
88-
- uses: sigstore/cosign-installer@v1.4.1
89-
- uses: anchore/sbom-action/download-syft@v0.6.0
88+
- uses: sigstore/cosign-installer@v2.1.0
89+
- uses: anchore/sbom-action/download-syft@v0.7.0
9090
- name: setup-validate-krew-manifest
9191
# TODO: replace this once https://github.com/kubernetes-sigs/krew/pull/736 is merged
9292
run: go install github.com/caarlos0/krew/cmd/validate-krew-manifest@fork

goreleaser/.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- uses: github/codeql-action/init@v1
2020
- uses: github/codeql-action/autobuild@v1
2121
- uses: github/codeql-action/analyze@v1

goreleaser/.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
htmltest:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- uses: arduino/setup-task@v1
1919
with:
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}

goreleaser/.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
docs:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
with:
1919
token: ${{ secrets.GH_PAT }}
2020
- uses: actions/setup-go@v2

goreleaser/.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- uses: actions/setup-go@v2
1515
with:
1616
go-version: ~1.17
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- name: golangci-lint
19-
uses: golangci/golangci-lint-action@v2
19+
uses: golangci/golangci-lint-action@v3
2020
with:
2121
skip-go-installation: true
2222
args: --timeout=5m

goreleaser/.github/workflows/lock.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
lock:
9+
if: github.repository == 'goreleaser/goreleaser'
910
runs-on: ubuntu-latest
1011
steps:
1112
- uses: dessant/lock-threads@v3

0 commit comments

Comments
 (0)