-
Notifications
You must be signed in to change notification settings - Fork 196
start using go 1.24 #1526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
start using go 1.24 #1526
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 chainguard.dev/apko | ||
|
|
||
| go 1.23.4 | ||
| go 1.24.0 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sure we want that? i am fine with that, just checking |
||
|
|
||
| require ( | ||
| chainguard.dev/sdk v0.1.31 | ||
|
|
@@ -16,7 +16,7 @@ require ( | |
| github.com/klauspost/compress v1.17.11 | ||
| github.com/klauspost/pgzip v1.2.6 | ||
| github.com/package-url/packageurl-go v0.1.3 | ||
| github.com/psanford/memfs v0.0.0-20230130182539-4dbf7e3e865e | ||
| github.com/psanford/memfs v0.0.0-20241019191636-4ef911798f9b | ||
| github.com/sigstore/cosign/v2 v2.4.2 | ||
| github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 | ||
| github.com/spf13/cobra v1.8.1 | ||
|
|
@@ -27,14 +27,14 @@ require ( | |
| go.opentelemetry.io/otel v1.34.0 | ||
| go.opentelemetry.io/otel/trace v1.34.0 | ||
| go.step.sm/crypto v0.57.1 | ||
| golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f | ||
| golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac | ||
| golang.org/x/sync v0.11.0 | ||
| golang.org/x/sys v0.30.0 | ||
| golang.org/x/time v0.10.0 | ||
| google.golang.org/api v0.220.0 | ||
| google.golang.org/api v0.221.0 | ||
| gopkg.in/ini.v1 v1.67.0 | ||
| gopkg.in/yaml.v3 v3.0.1 | ||
| k8s.io/apimachinery v0.32.1 | ||
| k8s.io/apimachinery v0.32.2 | ||
| sigs.k8s.io/release-utils v0.11.0 | ||
| ) | ||
|
|
||
|
|
@@ -55,7 +55,7 @@ require ( | |
| github.com/buger/jsonparser v1.1.1 // indirect | ||
| github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
| github.com/charmbracelet/lipgloss v0.10.0 // indirect | ||
| github.com/cloudflare/circl v1.5.0 // indirect | ||
| github.com/cloudflare/circl v1.6.0 // indirect | ||
| github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect | ||
| github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect | ||
| github.com/cyberphone/json-canonicalization v0.0.0-20231011164504-785e29786b46 // indirect | ||
|
|
@@ -151,16 +151,16 @@ require ( | |
| go.opentelemetry.io/proto/otlp v1.4.0 // indirect | ||
| go.uber.org/multierr v1.11.0 // indirect | ||
| go.uber.org/zap v1.27.0 // indirect | ||
| golang.org/x/crypto v0.32.0 // indirect | ||
| golang.org/x/mod v0.22.0 // indirect | ||
| golang.org/x/net v0.34.0 // indirect | ||
| golang.org/x/oauth2 v0.25.0 // indirect | ||
| golang.org/x/term v0.28.0 // indirect | ||
| golang.org/x/text v0.21.0 // indirect | ||
| golang.org/x/crypto v0.33.0 // indirect | ||
| golang.org/x/mod v0.23.0 // indirect | ||
| golang.org/x/net v0.35.0 // indirect | ||
| golang.org/x/oauth2 v0.26.0 // indirect | ||
| golang.org/x/term v0.29.0 // indirect | ||
| golang.org/x/text v0.22.0 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect | ||
| google.golang.org/grpc v1.70.0 // indirect | ||
| google.golang.org/protobuf v1.36.4 // indirect | ||
| google.golang.org/protobuf v1.36.5 // indirect | ||
| gopkg.in/warnings.v0 v0.1.2 // indirect | ||
| gotest.tools/v3 v3.5.1 // indirect | ||
| ) | ||
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep
then it will pick all patch and we dont need to update