-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to golang 1.24, bumping multiple dependencies
Also update build image manifest, tag file and workflows
- Loading branch information
1 parent
c0c9c1b
commit dc761c1
Showing
56 changed files
with
1,415 additions
and
2,366 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
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
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
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
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
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,8 +1,8 @@ | ||
github.com/maxbrunsfeld/counterfeiter/v6 | ||
github.com/cloudflare/cfssl/cmd/[email protected].4 | ||
github.com/cloudflare/cfssl/cmd/[email protected].4 | ||
github.com/cloudflare/cfssl/cmd/[email protected].5 | ||
github.com/cloudflare/cfssl/cmd/[email protected].5 | ||
github.com/golangci/golangci-lint/cmd/golangci-lint | ||
github.com/onsi/ginkgo/v2/ginkgo@v2.12.1 | ||
github.com/onsi/ginkgo/v2/ginkgo@v2.22.2 | ||
github.com/vektra/mockery/v2 | ||
github.com/github-release/github-release | ||
golang.org/x/tools/cmd/stringer | ||
|
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
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,18 +1,18 @@ | ||
"github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1" | ||
"github.com/cloudflare/cfssl v1.6.4" | ||
"github.com/cloudflare/cfssl v1.6.4" | ||
"github.com/golangci/golangci-lint v1.57.2" | ||
"github.com/onsi/ginkgo/v2 v2.17.1" | ||
"github.com/vektra/mockery/v2 v2.38.0" | ||
"github.com/cloudflare/cfssl v1.6.5" | ||
"github.com/cloudflare/cfssl v1.6.5" | ||
"github.com/golangci/golangci-lint v1.64.2" | ||
"github.com/onsi/ginkgo/v2 v2.22.2" | ||
"github.com/vektra/mockery/v2 v2.52.2" | ||
"github.com/github-release/github-release v0.10.0" | ||
"golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d" | ||
"k8s.io/code-generator v0.29.0" | ||
"k8s.io/code-generator v0.29.0" | ||
"k8s.io/code-generator v0.29.0" | ||
"k8s.io/code-generator v0.29.0" | ||
"k8s.io/code-generator v0.29.0" | ||
"golang.org/x/tools v0.30.0" | ||
"k8s.io/code-generator v0.32.1" | ||
"k8s.io/code-generator v0.32.1" | ||
"k8s.io/code-generator v0.32.1" | ||
"k8s.io/code-generator v0.32.1" | ||
"k8s.io/code-generator v0.32.1" | ||
"sigs.k8s.io/mdtoc v1.1.0" | ||
"github.com/vburenin/ifacemaker v1.2.1" | ||
100644 blob d3ad8df01a6d4b3470b73aa0b7b4d1e2393ac1a6 build/docker/Dockerfile | ||
100644 blob 06375e647bf25352987c7d3105252076c8292e4c .requirements | ||
100644 blob 4110115ebb2fc751cf9a4a04c9c710f5269337ab build/docker/Dockerfile | ||
100644 blob 866aecdf2fd299e1c4355b2d7d8c9decaedbfe19 .requirements | ||
100755 blob c1129ff1ff85ac2c53f908a577675ea59a9325a7 build/scripts/install-build-deps.sh |
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 +1 @@ | ||
6c2690691bd3c017e727553eae863f2cf5c17e67 | ||
9b9ac54ee74f36fa22be8c7ec24f695dbd4c0d72 |
Oops, something went wrong.