summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar tobi <tobi.smethurst@protonmail.com>2025-08-11 16:04:29 +0200
committerLibravatar tobi <kipvandenbos@noreply.codeberg.org>2025-08-11 16:04:29 +0200
commite565855540c135a56a9c31287cb99288c91101ce (patch)
tree7cf8fb426c568b571bfb9c0dc8ef52dd6de6e416
parent[chore] update dependencies (#4361) (diff)
downloadgotosocial-e565855540c135a56a9c31287cb99288c91101ce.tar.xz
[chore] pin to go 1.24.6 (#4364)
Pins our Go version to v1.24.6 for bugfixes etc. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4364 Co-authored-by: tobi <tobi.smethurst@protonmail.com> Co-committed-by: tobi <tobi.smethurst@protonmail.com>
-rw-r--r--.woodpecker/release.yaml2
-rw-r--r--.woodpecker/snapshot.yaml2
-rw-r--r--go.mod2
3 files changed, 3 insertions, 3 deletions
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