Update go 1.18 fixes#32653
Merged
cmacknz merged 9 commits intoelastic:update-go-version-20220802092450-mainfrom Aug 10, 2022
Merged
Update go 1.18 fixes#32653cmacknz merged 9 commits intoelastic:update-go-version-20220802092450-mainfrom
cmacknz merged 9 commits intoelastic:update-go-version-20220802092450-mainfrom
Conversation
Done to allow updating to OpenJDK 11 to ensure compatibility with the output from keytool on my local machine that used a much more recent version of OpenJDK.
The certificates were previously signed with SHA-1 which is deprecated in Go 1.18 due to being insecure.
Updates the linter targets to auto upgrade when the linter version changes.
|
This pull request doesn't have a |
mergify bot
pushed a commit
that referenced
this pull request
Aug 15, 2022
* [Automation] Update go release version to 1.18.5 * Merge Go 1.18 fixes (#32653) * Update Kafka base image to Debian buster. Done to allow updating to OpenJDK 11 to ensure compatibility with the output from keytool on my local machine that used a much more recent version of OpenJDK. * Regenerate Kafka certs to use SHA-256. The certificates were previously signed with SHA-1 which is deprecated in Go 1.18 due to being insecure. * Rename test cases so they can be run individually * Upgrade golangci-lint in actions. * Update notice file. * Fix misplaced changelog entry. * Add release note for Go 1.18 upgrade. * Upgrade to elastic-agent-libs v0.2.11 Updates the linter targets to auto upgrade when the linter version changes. * Work around errorlint bug in wineventlog pkg. errorlint does not correctly parse indexed fmt verbs when they have a verb modifier. Co-authored-by: apmmachine <infra-root-apmmachine@elastic.co> Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co> (cherry picked from commit 56ca6f5) # Conflicts: # .github/workflows/golangci-lint.yml # .go-version # .golangci.yml # NOTICE.txt # auditbeat/Dockerfile # go.mod # go.sum # heartbeat/Dockerfile # libbeat/docs/version.asciidoc # metricbeat/Dockerfile # packetbeat/Dockerfile # winlogbeat/sys/wineventlog/publisher_metadata.go # winlogbeat/sys/wineventlog/syscall_windows.go # x-pack/functionbeat/Dockerfile
tommyers-elastic
pushed a commit
to tommyers-elastic/beats
that referenced
this pull request
Aug 16, 2022
* [Automation] Update go release version to 1.18.5 * Merge Go 1.18 fixes (elastic#32653) * Update Kafka base image to Debian buster. Done to allow updating to OpenJDK 11 to ensure compatibility with the output from keytool on my local machine that used a much more recent version of OpenJDK. * Regenerate Kafka certs to use SHA-256. The certificates were previously signed with SHA-1 which is deprecated in Go 1.18 due to being insecure. * Rename test cases so they can be run individually * Upgrade golangci-lint in actions. * Update notice file. * Fix misplaced changelog entry. * Add release note for Go 1.18 upgrade. * Upgrade to elastic-agent-libs v0.2.11 Updates the linter targets to auto upgrade when the linter version changes. * Work around errorlint bug in wineventlog pkg. errorlint does not correctly parse indexed fmt verbs when they have a verb modifier. Co-authored-by: apmmachine <infra-root-apmmachine@elastic.co> Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
cmacknz
added a commit
that referenced
this pull request
Sep 8, 2022
…#32693) * [automation] Update go release version 1.18.5 (#32574) * [Automation] Update go release version to 1.18.5 * Merge Go 1.18 fixes (#32653) * Update Kafka base image to Debian buster. Done to allow updating to OpenJDK 11 to ensure compatibility with the output from keytool on my local machine that used a much more recent version of OpenJDK. * Regenerate Kafka certs to use SHA-256. The certificates were previously signed with SHA-1 which is deprecated in Go 1.18 due to being insecure. * Rename test cases so they can be run individually * Upgrade golangci-lint in actions. * Update notice file. * Fix misplaced changelog entry. * Add release note for Go 1.18 upgrade. * Upgrade to elastic-agent-libs v0.2.11 Updates the linter targets to auto upgrade when the linter version changes. * Work around errorlint bug in wineventlog pkg. errorlint does not correctly parse indexed fmt verbs when they have a verb modifier. Co-authored-by: apmmachine <infra-root-apmmachine@elastic.co> Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co> (cherry picked from commit 56ca6f5) # Conflicts: # .github/workflows/golangci-lint.yml # .go-version # .golangci.yml # NOTICE.txt # auditbeat/Dockerfile # go.mod # go.sum # heartbeat/Dockerfile # libbeat/docs/version.asciidoc # metricbeat/Dockerfile # packetbeat/Dockerfile # winlogbeat/sys/wineventlog/publisher_metadata.go # winlogbeat/sys/wineventlog/syscall_windows.go # x-pack/functionbeat/Dockerfile * Resolve conficts, bump go.mod to version 1.18. * Fix conflict in .go-version * Bump mage version to match go.mod * Bump mage to latest version. * Remove unnecessary packages. * Update notice. * Run mage fmt update for winlogbeat Co-authored-by: apmmachine <58790750+apmmachine@users.noreply.github.com> Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
chrisberkhout
pushed a commit
that referenced
this pull request
Jun 1, 2023
* [Automation] Update go release version to 1.18.5 * Merge Go 1.18 fixes (#32653) * Update Kafka base image to Debian buster. Done to allow updating to OpenJDK 11 to ensure compatibility with the output from keytool on my local machine that used a much more recent version of OpenJDK. * Regenerate Kafka certs to use SHA-256. The certificates were previously signed with SHA-1 which is deprecated in Go 1.18 due to being insecure. * Rename test cases so they can be run individually * Upgrade golangci-lint in actions. * Update notice file. * Fix misplaced changelog entry. * Add release note for Go 1.18 upgrade. * Upgrade to elastic-agent-libs v0.2.11 Updates the linter targets to auto upgrade when the linter version changes. * Work around errorlint bug in wineventlog pkg. errorlint does not correctly parse indexed fmt verbs when they have a verb modifier. Co-authored-by: apmmachine <infra-root-apmmachine@elastic.co> Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Same as #32611 but retargeted to the Go 1.18.5 branch instead of the Go 1.18.4 branch.