mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
change go.mod as first step towards go 1.25
raise minium version of go compatiblity to 1.24.9 and toolchain to be used to 1.25.3
This commit is contained in:
parent
c6bad42c24
commit
f046ade489
1 changed files with 2 additions and 2 deletions
4
go.mod
4
go.mod
|
|
@ -1,8 +1,8 @@
|
||||||
module github.com/gocsaf/csaf/v3
|
module github.com/gocsaf/csaf/v3
|
||||||
|
|
||||||
go 1.23.0
|
go 1.24.9
|
||||||
|
|
||||||
toolchain go1.24.4
|
toolchain go1.25.3
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/BurntSushi/toml v1.5.0
|
github.com/BurntSushi/toml v1.5.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue