-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update golang to 1.21 and some dependencies (#486)
- Update Golang to 1.21 - Bump dependencies go: upgraded github.com/google/uuid v1.3.0 => v1.3.1 go: upgraded github.com/sirupsen/logrus v1.9.0 => v1.9.3 go: upgraded golang.org/x/sys v0.4.0 => v0.13.0 - Use correct filebeat version for arm64 --------- Co-authored-by: Bernd Ahlers <[email protected]>
- Loading branch information
Showing
4 changed files
with
12 additions
and
12 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
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ pipeline | |
|
||
tools | ||
{ | ||
go 'Go 1.19' | ||
go 'Go 1.21' | ||
} | ||
|
||
environment | ||
|