mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 14:25:50 +01:00
chore(version): bump go version to v1.25
Signed-off-by: Manuel Alonso <434575+manute@users.noreply.github.com>
This commit is contained in:
parent
d6c691947f
commit
a6fa470e48
2 changed files with 2 additions and 2 deletions
2
.github/actions/bootstrap/action.yaml
vendored
2
.github/actions/bootstrap/action.yaml
vendored
|
|
@ -4,7 +4,7 @@ inputs:
|
|||
go-version:
|
||||
description: "Go version to install"
|
||||
required: true
|
||||
default: "1.24.x"
|
||||
default: "1.25.x"
|
||||
cache-key-prefix:
|
||||
description: "Prefix all cache keys with this value"
|
||||
required: true
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/wagoodman/dive
|
||||
|
||||
go 1.24
|
||||
go 1.25
|
||||
|
||||
require (
|
||||
github.com/anchore/clio v0.0.0-20250401141128-4c1d6bd1e872
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue