diff options
| author | 2025-05-05 14:18:21 +0000 | |
|---|---|---|
| committer | 2025-05-05 14:18:21 +0000 | |
| commit | ad7106697306a56ef01c3110b073d77affbf3b44 (patch) | |
| tree | a49ae0e944766a152088fa4b13123ee9777011f3 | |
| parent | [chore/github] Add an end of mirror notice (#4128) (diff) | |
| download | gotosocial-ad7106697306a56ef01c3110b073d77affbf3b44.tar.xz | |
[chore] Update goreleaser (#4133)
Updates gotosocial-woodpecker-build to a version that includes goreleaser v2.9.0, which should work properly with "gitea" aka forgejo (ie., codeberg).
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4133
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Co-committed-by: tobi <tobi.smethurst@protonmail.com>
| -rw-r--r-- | .woodpecker/release.yaml | 2 | ||||
| -rw-r--r-- | .woodpecker/snapshot.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.woodpecker/release.yaml b/.woodpecker/release.yaml index cecdf8364..23f42cb8f 100644 --- a/.woodpecker/release.yaml +++ b/.woodpecker/release.yaml @@ -13,7 +13,7 @@ clone: steps: release: # https://codeberg.org/superseriousbusiness/gotosocial-woodpecker-build - image: superseriousbusiness/gotosocial-woodpecker-build:0.10.0 + image: superseriousbusiness/gotosocial-woodpecker-build:0.11.0 pull: true # https://woodpecker-ci.org/docs/usage/volumes diff --git a/.woodpecker/snapshot.yaml b/.woodpecker/snapshot.yaml index fe28814ab..de1e9f57f 100644 --- a/.woodpecker/snapshot.yaml +++ b/.woodpecker/snapshot.yaml @@ -34,7 +34,7 @@ steps: }) # https://codeberg.org/superseriousbusiness/gotosocial-woodpecker-build - image: superseriousbusiness/gotosocial-woodpecker-build:0.10.0 + image: superseriousbusiness/gotosocial-woodpecker-build:0.11.0 pull: true # https://woodpecker-ci.org/docs/usage/volumes |
