-
Notifications
You must be signed in to change notification settings - Fork 18
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
[go] upgrade to 1.23 #283
Open
fin09pcap
wants to merge
42
commits into
elastic:main
Choose a base branch
from
fin09pcap:go123/upgrade
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[go] upgrade to 1.23 #283
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
86396d0
build: go.mod upgrade and update to 1.23
fin09pcap 43b97fb
build: update tools/go.mod
fin09pcap 481500c
build: update allowed compilers for 1.23
fin09pcap d7d4cbb
fix: update golang version to 1.23.2
fin09pcap 70a8fff
chore: fmt
fin09pcap 412c880
chore: generate
fin09pcap e49d405
chore: fmt
fin09pcap 17609cb
fix: update paseto transformer with required inputs
fin09pcap 851cdd6
fix: disable test:cli
fin09pcap 6221084
build: update .golangci.yml for deprecations
fin09pcap 11604b7
chore: spelling
fin09pcap 0191401
chore: revive for args variable
fin09pcap 16ec05d
chore: revive
fin09pcap b7bebcd
fix: error check for fernet keygeneration output
fin09pcap bbcb9f1
fix: rand.Seed deprecated
fin09pcap 07b7aff
build dump golangci-lint v1.62.2
fin09pcap b674ee7
chore: golangci-lint update
fin09pcap 626fb7f
chore: generate api
fin09pcap 3cf35e7
chore: staticcheck
fin09pcap 3d6329f
chore: golangci-lint revive
fin09pcap 158f3d3
chore: licenser
fin09pcap a916f49
fix: update celPackageGetSecret with correct type
fin09pcap a283a90
chore: golangci-lint revive
fin09pcap 94bfd9d
chore: golangci-lint
fin09pcap b46c31d
build: update for multiarchitecture builds
fin09pcap 71fc66c
test: update failing tests
fin09pcap 5d50ab7
build: udpate release github action workflow
fin09pcap 79aa511
build: udpate go github action workflow
fin09pcap 206cb5d
build: update github action workflow for go 1.23
fin09pcap d1d013f
test: trigger
fin09pcap 562697e
chore: copyloopvar
fin09pcap 6469314
build: bump versions for github actions
fin09pcap 12b6dab
test: trigger
fin09pcap bb410a4
build: adjust gotestsum reference
fin09pcap f627cac
chore: spelling
fin09pcap 1064f74
build: upgrade go.mod
fin09pcap b645cfe
build: bump containerd/containerd to 1.7.24
fin09pcap 8699086
build: update github.com/containerd/imgcrypt
fin09pcap b51039f
build: bump github.com/golang-jwt/jwt/v4
fin09pcap 0c42f0d
fix: remove reference to SSL30
fin09pcap fb15131
build: go module updates
fin09pcap 53d9575
Merge branch 'main' into go123/upgrade
fin09pcap 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 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
Oops, something went wrong.
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.
suggestion: all the setup-go action should be updated to retrieve the go version from the
go.mod
file so we have a single source of truth and it's easier to maintain