-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[ASCII-2487][automated] Update Go version to 1.23.3 #31022
Merged
Merged
Changes from 21 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
ee1c053
Update Go version to 1.23.3
agent-platform-auto-pr[bot] b8add43
Upgrading golangci-lint to a version that support go 1.23
ogaca-dd c247c38
SA1006: printf-style function with dynamic format string and no furt…
ogaca-dd 78969ed
SA6006: use io.Writer.Write instead of converting from []byte to stri…
ogaca-dd f4985bf
SA4032: due to the file's build constraints, runtime.GOOS will never …
ogaca-dd d965601
should omit nil check; len() for ZXW is defined as zero (gosimple)
ogaca-dd 8a01346
SA1019: reflect.PtrTo has been deprecated since Go 1.22 and an altern…
ogaca-dd 43e6b35
ast.Object is deprecated
ogaca-dd eac248b
run inv tidy
ogaca-dd db13a48
Run inv -e go-deps.generate
ogaca-dd 94dbcb7
SA4032: due to the file's build constraints, runtime.GOOS will never …
ogaca-dd 33fcc01
Merge branch 'main' of github.com:DataDog/datadog-agent into buildima…
ogaca-dd 78b8e88
Add missing argument.
ogaca-dd fdd507d
Merge branch 'main' of github.com:DataDog/datadog-agent into buildima…
ogaca-dd d5455a3
Merge from main
ogaca-dd 2b1aec8
Gofmt on dump.go
ogaca-dd 9862d7f
Fix provide_comp_test
ogaca-dd 54a777c
Merge branch 'main' of github.com:DataDog/datadog-agent into buildima…
ogaca-dd 01dee20
Merge branch 'main' of github.com:DataDog/datadog-agent into buildima…
ogaca-dd 21a5def
Merge branch 'main' of github.com:DataDog/datadog-agent into buildima…
ogaca-dd 4e6870a
Merge branch 'main' of github.com:DataDog/datadog-agent into buildima…
ogaca-dd b2d38f9
SA4032: due to the file's build constraints, runtime.GOOS will never …
ogaca-dd e3fd90f
Fix typos
ogaca-dd ec082c8
Merge branch 'main' of github.com:DataDog/datadog-agent into buildima…
ogaca-dd 5284303
Go mod tidy
ogaca-dd f227cb1
Merge branch 'main' of github.com:DataDog/datadog-agent into buildima…
ogaca-dd 50c94ad
Merge branch 'main' of github.com:DataDog/datadog-agent into buildima…
ogaca-dd cf84285
run inv generate-licenses
ogaca-dd 2c6c36f
Use latest image
ogaca-dd 5cbbf2a
Use the correct build image tag
ogaca-dd 0fde371
Fix circleci image
ogaca-dd 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: v1.59.1 | ||
version: v1.60.3 | ||
|
||
name: golangci-lint | ||
|
||
|
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 +1 @@ | ||
1.22.8 | ||
1.23.3 |
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,3 +1,3 @@ | ||
module github.com/DataDog/datadog-agent/comp/netflow/payload | ||
|
||
go 1.22.0 | ||
go 1.23.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
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 | ||||
---|---|---|---|---|---|---|
|
@@ -101,7 +101,7 @@ This procedure ensures you not only get the correct version of `invoke`, but als | |||||
|
||||||
### Golang | ||||||
|
||||||
You must [install Golang](https://golang.org/doc/install) version `1.22.8` or higher. Make sure that `$GOPATH/bin` is in your `$PATH` otherwise `invoke` cannot use any additional tool it might need. | ||||||
You must [install Golang](https://golang.org/doc/install) version `1.23.3` or higher. Make sure that `$GOPATH/bin` is in your `$PATH` otherwise `invoke` cannot use any additional tool it might need. | ||||||
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.
Suggested change
|
||||||
|
||||||
!!! note | ||||||
Versions of Golang that aren't an exact match to the version specified in our build images (see e.g. [here](https://github.com/DataDog/datadog-agent-buildimages/blob/c025473ee467ee6d884d532e4c12c7d982ce8fe1/circleci/Dockerfile#L43)) may not be able to build the agent and/or the [rtloader](https://github.com/DataDog/datadog-agent/tree/main/rtloader) binary properly. | ||||||
|
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.
Recommend using "later" instead of "higher"