Skip to content

Commit

Permalink
chore: upgrade go to v1.21.11 to fix CVE-2024-24790 (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
strivedi-px committed Jul 5, 2024
1 parent 5cc6178 commit fdf7706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/Azure/kubelogin

// NOTE: kubelogin follows the same support policy as Go, which supports the last two major versions.
go 1.21.9
go 1.21.11

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0
Expand Down

0 comments on commit fdf7706

Please sign in to comment.