1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00

Merge remote-tracking branch 'origin/main'

This commit is contained in:
Carlos Alexandro Becker 2024-08-18 16:09:29 -03:00
commit 5b23a9d903
No known key found for this signature in database
10 changed files with 35 additions and 18 deletions

View File

@ -1,5 +1,5 @@
run:
go: "1.22"
go: "1.23"
timeout: 5m
linters:
enable:

View File

@ -188,11 +188,28 @@ archives:
builds_info:
group: root
owner: root
mtime: "{{ .CommitDate }}"
files:
- README.md
- LICENSE.md
- completions/*
- manpages/*
- src: README.md
info:
owner: root
group: root
mtime: "{{ .CommitDate }}"
- src: LICENSE.md
info:
owner: root
group: root
mtime: "{{ .CommitDate }}"
- src: completions/*
info:
owner: root
group: root
mtime: "{{ .CommitDate }}"
- src: manpages/*
info:
owner: root
group: root
mtime: "{{ .CommitDate }}"
brews:
- repository:

View File

@ -10,7 +10,7 @@ By participating in this project, you agree to abide our
Prerequisites:
- [Task](https://taskfile.dev/installation)
- [Go 1.22+](https://go.dev/doc/install)
- [Go 1.23+](https://go.dev/doc/install)
Other things you might need to run the tests:

View File

@ -62,7 +62,7 @@ func goModInit(tb testing.TB) {
tb.Helper()
createFile(tb, "go.mod", `module foo
go 1.22
go 1.23
`)
}

6
go.mod
View File

@ -1,6 +1,6 @@
module github.com/goreleaser/goreleaser/v2
go 1.22.5
go 1.23.0
require (
code.gitea.io/sdk/gitea v0.19.0
@ -9,7 +9,7 @@ require (
github.com/anchore/quill v0.4.2
github.com/atc0005/go-teams-notify/v2 v2.11.0
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20240514230400-03fa26f5508f
github.com/bluesky-social/indigo v0.0.0-20240411170459-440932307e0d
github.com/bluesky-social/indigo v0.0.0-20240813042137-4006c0eca043
github.com/caarlos0/ctrlc v1.2.0
github.com/caarlos0/env/v11 v11.2.2
github.com/caarlos0/go-reddit/v3 v3.0.1
@ -289,7 +289,7 @@ require (
github.com/vbatts/tar-split v0.11.5 // indirect
github.com/wagoodman/go-partybus v0.0.0-20230516145632-8ccac152c651 // indirect
github.com/wagoodman/go-progress v0.0.0-20220614130704-4b1c25a33c7c // indirect
github.com/whyrusleeping/cbor-gen v0.1.1-0.20240311221002-68b9f235c302 // indirect
github.com/whyrusleeping/cbor-gen v0.1.3-0.20240731173018-74d74643234c // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect

8
go.sum
View File

@ -175,8 +175,8 @@ github.com/blacktop/go-macho v1.1.225 h1:h8teaUfzv9IIIS2texwrMs3wiXBRwxZUAo7pTNI
github.com/blacktop/go-macho v1.1.225/go.mod h1:dtlW2AJKQpFzImBVPWiUKZ6OxrQ2MLfWi/BPPe0EONE=
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb h1:m935MPodAbYS46DG4pJSv7WO+VECIWUQ7OJYSoTrMh4=
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb/go.mod h1:PkYb9DJNAwrSvRx5DYA+gUcOIgTGVMNkfSCbZM8cWpI=
github.com/bluesky-social/indigo v0.0.0-20240411170459-440932307e0d h1:xxPhzCOpmOntzVe8S6tqsMdFgaB8B4NXSV54lG4B1qk=
github.com/bluesky-social/indigo v0.0.0-20240411170459-440932307e0d/go.mod h1:ysMQ0a4RYWjgyvKrl5ME352oHA6QgK900g5sB9XXgPE=
github.com/bluesky-social/indigo v0.0.0-20240813042137-4006c0eca043 h1:927VIkxPFKpfJKVDtCNgSQtlhksARaLvsLxppR2FukM=
github.com/bluesky-social/indigo v0.0.0-20240813042137-4006c0eca043/go.mod h1:dXjdzg6bhg1JKnKuf6EBJTtcxtfHYBFEe9btxX5YeAE=
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0=
@ -769,8 +769,8 @@ github.com/wagoodman/go-progress v0.0.0-20220614130704-4b1c25a33c7c h1:gFwUKtkv6
github.com/wagoodman/go-progress v0.0.0-20220614130704-4b1c25a33c7c/go.mod h1:jLXFoL31zFaHKAAyZUh+sxiTDFe1L1ZHrcK2T1itVKA=
github.com/warpfork/go-wish v0.0.0-20220906213052-39a1cc7a02d0 h1:GDDkbFiaK8jsSDJfjId/PEGEShv6ugrt4kYsC5UIDaQ=
github.com/warpfork/go-wish v0.0.0-20220906213052-39a1cc7a02d0/go.mod h1:x6AKhvSSexNrVSrViXSHUEbICjmGXhtgABaHIySUSGw=
github.com/whyrusleeping/cbor-gen v0.1.1-0.20240311221002-68b9f235c302 h1:MhInbXe4SzcImAKktUvWBCWZgcw6MYf5NfumTj1BhAw=
github.com/whyrusleeping/cbor-gen v0.1.1-0.20240311221002-68b9f235c302/go.mod h1:pM99HXyEbSQHcosHc0iW7YFmwnscr+t9Te4ibko05so=
github.com/whyrusleeping/cbor-gen v0.1.3-0.20240731173018-74d74643234c h1:Jmc9fHbd0LKFmS5CkLgczNUyW36UbiyvbHCG9xCTyiw=
github.com/whyrusleeping/cbor-gen v0.1.3-0.20240731173018-74d74643234c/go.mod h1:pM99HXyEbSQHcosHc0iW7YFmwnscr+t9Te4ibko05so=
github.com/wk8/go-ordered-map/v2 v2.1.8 h1:5h/BUHu93oj4gIdvHHHGsScSTMijfx5PeYkE/fJgbpc=
github.com/wk8/go-ordered-map/v2 v2.1.8/go.mod h1:5nJHM5DyteebpVlHnWMV0rPz6Zp7+xBAnxjb1X5vnTw=
github.com/xanzy/go-gitlab v0.107.0 h1:P2CT9Uy9yN9lJo3FLxpMZ4xj6uWcpnigXsjvqJ6nd2Y=

View File

@ -284,7 +284,7 @@ func requireGoMod(tb testing.TB) {
require.NoError(tb, err)
require.Contains(tb, string(mod), `module foo
go 1.2`)
go 1.23`)
}
func fakeGoModAndSum(tb testing.TB, module string) {

View File

@ -1,3 +1,3 @@
module testapp
go 1.22
go 1.23.0

View File

@ -10,7 +10,7 @@ By participating in this project, you agree to abide our
Prerequisites:
- [Task](https://taskfile.dev/installation)
- [Go 1.22+](https://go.dev/doc/install)
- [Go 1.23+](https://go.dev/doc/install)
Other things you might need to run the tests:

View File

@ -258,7 +258,7 @@ apk add --allow-untrusted goreleaser*.apk
go install github.com/goreleaser/goreleaser/v2@latest
```
Requires Go 1.22.
Requires Go 1.23.
=== "Pro"