-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NODE-5819 Bump go version to fix vulnerabilities
- Loading branch information
Aleksandr Orekhov
committed
Oct 10, 2024
1 parent
595d5bc
commit a10f327
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module example.com/authsvc | ||
|
||
go 1.21.5 | ||
go 1.22.7 | ||
|
||
require k8s.io/apimachinery v0.23.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/jet/kube-webhook-certgen | ||
|
||
go 1.21.5 | ||
go 1.22.7 | ||
|
||
require ( | ||
github.com/onrik/logrus v0.9.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module init-otel | ||
|
||
go 1.21.5 | ||
go 1.22.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module k8s.io/ingress-nginx/magefiles | ||
|
||
go 1.21.5 | ||
go 1.22.7 | ||
|
||
require ( | ||
github.com/blang/semver/v4 v4.0.0 | ||
|