-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go.mod: update minimum Go version to 1.23.0
OVERVIEW The Go project now unconditionally updates the minimum Go version for golang.org/x/ dependencies to be at least 1.(N-1).0, where Go 1.N is the most recent major Go release, and Go 1.(N-1) is the previous major Go release. Since this project uses dependencies associated with golang.org/x repositories this project's go.mod file is also updated to reflect the new minimum Go version. CHANGES 1. go get go@1.23.0 2. go mod tidy 3. go mod vendor 4. go fix ./... 5. go mod edit -toolchain=none REFERENCES > all: upgrade go directive to at least 1.23.0 [generated] > > By now Go 1.24.0 has been released, and Go 1.22 is no longer supported > per the Go Release Policy (https://go.dev/doc/devel/release#policy). > > For golang/go#69095. See also: - golang/crypto@89ff08d - golang/sys@74cfc93
- Loading branch information
Showing
36 changed files
with
1 addition
and
556 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
1 change: 0 additions & 1 deletion
1
...b.com/atc0005/go-nagios/testdata/payload/large_payload_encoded_with_custom_delimiters.txt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
....com/atc0005/go-nagios/testdata/payload/large_payload_encoded_with_default_delimiters.txt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...ithub.com/atc0005/go-nagios/testdata/payload/large_payload_encoded_without_delimiters.txt
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
vendor/github.com/atc0005/go-nagios/testdata/payload/large_payload_unencoded.txt
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
...n-output-gh251-custom-section-header-and-large-encoded-payload-with-custom-delimiters.txt
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
...-output-gh251-custom-section-header-and-large-encoded-payload-with-default-delimiters.txt
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
...lugin-output-gh251-custom-section-header-and-large-encoded-payload-with-no-delimiters.txt
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
...put-gh251-custom-section-header-and-small-encoded-json-payload-with-custom-delimiters.txt
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
...ut-gh251-custom-section-header-and-small-encoded-json-payload-with-default-delimiters.txt
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
...-output-gh251-custom-section-header-and-small-encoded-json-payload-with-no-delimiters.txt
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
...h251-custom-section-header-and-small-encoded-plaintext-payload-with-custom-delimiters.txt
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
...251-custom-section-header-and-small-encoded-plaintext-payload-with-default-delimiters.txt
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
...ut-gh251-custom-section-header-and-small-encoded-plaintext-payload-with-no-delimiters.txt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.