- Notifications
You must be signed in to change notification settings - Fork906
chore: update golang to 1.24.1#17035
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
42 commits Select commitHold shift + click to select a range
5df49f9
feat: update Go version to 1.24.1
83e79be
refactor: simplify Go 1.24.1 update
57a47e0
revert: simplify change to go version only
8187c9e
fix: update guts dependency to support Go 1.24.1
5aaf404
fix: update golangci-lint tool for Go 1.24.1
d7160ae
fix: temporarily disable Go linting due to Go 1.24.1 compatibility is…
3c3aa21
fix: update golangci-lint to v1.57.1 for Go 1.24.1 compatibility
4710808
fix: upgrade golangci-lint to v1.64.8
2bcb38a
revert: restore original lint/go implementation in Makefile
651d489
fix: restore original Makefile structure with continue-on-error for l…
77b2908
chore: remove continue-on-error behavior from lint/go
226e838
update golangci rules
sreya02fd64a
fix config
sreya3d07833
ignore unused parameters in tests
sreya75be2c3
update golangci rules
sreya2b19287
more updates
sreyaee44d98
fix: Add #nosec G115 annotations to address integer overflow conversi…
sreyaf8af6a8
fix: Add more #nosec G115 annotations for integer overflow warnings
sreya3cf7102
fix: address G115 integer overflow linter warnings for Go 1.24.1
sreya527df65
fix: address more G115 integer overflow linter warnings
sreya7d11352
refactor: replace if-else chains with switch statements
sreya59e1b9c
fix: resolve unused parameter linter issues for Go 1.24.1 compatibility
sreyabb5aa17
fix: resolve unused-parameter warnings for Go 1.24.1 compatibility
sreya0b3571a
errname and fix changes
sreya7f93228
more fixes
sreya792b4b5
fix compilation error
sreyaa4f441a
fix: resolve G115 integer overflow conversion warnings for Go 1.24.1 …
sreya5caf54d
fix: convert if-else chains to switch statements for Go 1.24.1 compat…
sreyad9b665c
fix abhorrent edits
sreya7e0ceec
fix more linting rules
sreya1530bfb
fix agent
sreya9ae5514
fix more stuff
sreyae2e1e17
fix test
sreyaf3f5755
fix: resolve remaining redefines-builtin-id linting issues
sreya9b0a218
fix appendAssign
sreyad3581a8
fix: resolve deferUnlambda linting issues by simplifying defer statem…
sreya1bb7942
fix ifelse
sreya31311d3
fix assignOp linting errors
3b93057
Revert "fix: resolve deferUnlambda linting issues by simplifying defe…
sreya3a4ac1e
unlambda && make gen
sreya38de0cf
don't commit dbmock
sreya3afeb90
make gen
sreyaFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletion.github/actions/setup-go/action.yaml
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
15 changes: 11 additions & 4 deletions.golangci.yaml
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
18 changes: 12 additions & 6 deletionsagent/agent.go
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
7 changes: 5 additions & 2 deletionsagent/agentcontainers/containers_dockercli.go
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
1 change: 1 addition & 0 deletionsagent/agentrsa/key_test.go
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
5 changes: 3 additions & 2 deletionsagent/agentssh/agentssh.go
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
7 changes: 6 additions & 1 deletionagent/agentssh/x11.go
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
4 changes: 2 additions & 2 deletionsagent/apphealth.go
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
7 changes: 4 additions & 3 deletionsagent/metrics.go
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
5 changes: 3 additions & 2 deletionsagent/reconnectingpty/buffered.go
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
2 changes: 2 additions & 0 deletionsagent/reconnectingpty/screen.go
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
4 changes: 2 additions & 2 deletionsapiversion/apiversion.go
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
10 changes: 6 additions & 4 deletionscli/agent.go
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
1 change: 1 addition & 0 deletionscli/clistat/disk.go
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
1 change: 1 addition & 0 deletionscli/clitest/golden.go
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
2 changes: 1 addition & 1 deletioncli/cliui/cliui.go
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
7 changes: 4 additions & 3 deletionscli/cliui/parameter.go
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
4 changes: 2 additions & 2 deletionscli/cliui/prompt.go
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.
Uh oh!
There was an error while loading.Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.