Skip to content

Commit 6994ec2

Browse files
Bump Go from 1.24 to 1.25 (#101)
Bumps Go from 1.24 to 1.25 and update Go modules used by the project. See the commit for details on what modules were updated. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: buildpack-bot <buildpack-bot@users.noreply.github.com>
1 parent 60961a3 commit 6994ec2

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/buildpacks/profile
22

3-
go 1.24.0
4-
5-
toolchain go1.24.11
3+
go 1.25
64

75
require (
86
github.com/buildpacks/libcnb/v2 v2.1.0
@@ -12,7 +10,7 @@ require (
1210
require github.com/Masterminds/semver v1.5.0 // indirect
1311

1412
require (
15-
github.com/BurntSushi/toml v1.5.0 // indirect
13+
github.com/BurntSushi/toml v1.6.0 // indirect
1614
github.com/google/go-cmp v0.7.0 // indirect
1715
github.com/kr/pretty v0.3.1 // indirect
1816
github.com/rogpeppe/go-internal v1.10.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg=
2-
github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
1+
github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk=
2+
github.com/BurntSushi/toml v1.6.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
33
github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=
44
github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
55
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=

0 commit comments

Comments
 (0)