Skip to content

Commit d402032

Browse files
Copilotweinong
andcommitted
Bump Go version from 1.24.11 to 1.24.13 to fix CVEs
Co-authored-by: weinong <4204090+weinong@users.noreply.github.com>
1 parent c840db1 commit d402032

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bingo/golangci-lint.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22

3-
go 1.24.11
3+
go 1.24.13
44

55
require github.com/golangci/golangci-lint/v2 v2.7.2 // cmd/golangci-lint

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.24.11
1+
golang 1.24.13

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/Azure/kubelogin
22

33
// NOTE: kubelogin follows the same support policy as Go, which supports the last two major versions.
4-
go 1.24.11
4+
go 1.24.13
55

66
require (
77
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0

hack/changelog-generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ A contributor is marked as "new" if they have a merged PR in the current release
136136
## Requirements
137137

138138
- [`gh` CLI](https://cli.github.com/) authenticated via `gh auth login`
139-
- Go 1.24.11 or later
139+
- Go 1.24.13 or later
140140

hack/changelog-generator/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/Azure/kubelogin/hack/changelog-generator
22

3-
go 1.24.11
3+
go 1.24.13

0 commit comments

Comments
 (0)