diff --git a/.woodpecker/release.yaml b/.woodpecker/release.yaml index 62673311c..de8a92f60 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.12.0 + image: superseriousbusiness/gotosocial-woodpecker-build:0.12.1 pull: true # https://woodpecker-ci.org/docs/usage/volumes diff --git a/.woodpecker/snapshot.yaml b/.woodpecker/snapshot.yaml index db611e2a2..f167a77de 100644 --- a/.woodpecker/snapshot.yaml +++ b/.woodpecker/snapshot.yaml @@ -29,7 +29,7 @@ steps: len(fromJSON(CI_PIPELINE_FILES)) == 0 # https://codeberg.org/superseriousbusiness/gotosocial-woodpecker-build - image: superseriousbusiness/gotosocial-woodpecker-build:0.12.0 + image: superseriousbusiness/gotosocial-woodpecker-build:0.12.1 pull: true # https://woodpecker-ci.org/docs/usage/volumes diff --git a/go.mod b/go.mod index cc753543f..eb6dc9a62 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module code.superseriousbusiness.org/gotosocial -go 1.24.5 +go 1.24.6 // Replace go-swagger with our version that fixes (ours particularly) use of Go1.23 replace github.com/go-swagger/go-swagger => codeberg.org/superseriousbusiness/go-swagger v0.32.3-gts-go1.23-fix