mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 16:42:25 -05:00
[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>
This commit is contained in:
parent
67100809b3
commit
e565855540
3 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ clone:
|
||||||
steps:
|
steps:
|
||||||
release:
|
release:
|
||||||
# https://codeberg.org/superseriousbusiness/gotosocial-woodpecker-build
|
# 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
|
pull: true
|
||||||
|
|
||||||
# https://woodpecker-ci.org/docs/usage/volumes
|
# https://woodpecker-ci.org/docs/usage/volumes
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ steps:
|
||||||
len(fromJSON(CI_PIPELINE_FILES)) == 0
|
len(fromJSON(CI_PIPELINE_FILES)) == 0
|
||||||
|
|
||||||
# https://codeberg.org/superseriousbusiness/gotosocial-woodpecker-build
|
# 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
|
pull: true
|
||||||
|
|
||||||
# https://woodpecker-ci.org/docs/usage/volumes
|
# https://woodpecker-ci.org/docs/usage/volumes
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
||||||
module code.superseriousbusiness.org/gotosocial
|
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 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
|
replace github.com/go-swagger/go-swagger => codeberg.org/superseriousbusiness/go-swagger v0.32.3-gts-go1.23-fix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue