mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 13:21:00 +00:00
deps: update dependency go to v1.25.1 (#254)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
132f62d82d
commit
f765abbb92
2 changed files with 2 additions and 2 deletions
2
go.mod
2
go.mod
|
|
@ -2,7 +2,7 @@ module github.com/apricote/releaser-pleaser
|
|||
|
||||
go 1.23.2
|
||||
|
||||
toolchain go1.25.0
|
||||
toolchain go1.25.1
|
||||
|
||||
require (
|
||||
github.com/blang/semver/v4 v4.0.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[tools]
|
||||
go = "1.25.0"
|
||||
go = "1.25.1"
|
||||
golangci-lint = "v2.4.0"
|
||||
goreleaser = "v2.9.0"
|
||||
mdbook = "v0.4.52" # renovate: datasource=github-releases depName=rust-lang/mdbook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue