Skip to content
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

[7.17](backport #36000) upgrade Go to 1.20.6 #36869

Merged
merged 6 commits into from
Oct 24, 2023
Merged

Commits on Oct 16, 2023

  1. upgrade Go to 1.20.6 (#36000)

    * upgrade Go to 1.20.5
    
    * ignore known issue with go tool cover
    
    * capture cover output and check it for errors
    
    * debug
    
    * wip
    
    * move ragel files to root directory
    
    the //line directives used to point to the original "ragel" files were creating problems for the coverage tool. They were being reported without the 'parser/' directory. Causing the go tool cover to look for the wrong files and therefore failing.
    Moving it all to the root directory fixes the problem.
    
    * upgrade to go1.20.6
    
    * .
    
    * Revert "move ragel files to root directory"
    
    This reverts commit 2b6a159.
    
    * remove debug
    
    * disable //line directives
    
    * goimport
    
    (cherry picked from commit a278734)
    
    # Conflicts:
    #	.go-version
    #	.golangci.yml
    #	Vagrantfile
    #	auditbeat/Dockerfile
    #	dev-tools/kubernetes/filebeat/Dockerfile.debug
    #	dev-tools/kubernetes/heartbeat/Dockerfile.debug
    #	dev-tools/kubernetes/metricbeat/Dockerfile.debug
    #	dev-tools/mage/gotest.go
    #	filebeat/input/syslog/rfc5424_parser.go
    #	heartbeat/Dockerfile
    #	libbeat/docs/version.asciidoc
    #	libbeat/reader/syslog/rfc3164_test.go
    #	libbeat/reader/syslog/rfc5424_test.go
    #	metricbeat/Dockerfile
    #	metricbeat/module/http/_meta/Dockerfile
    #	metricbeat/module/nats/_meta/Dockerfile
    #	packetbeat/Dockerfile
    #	x-pack/functionbeat/Dockerfile
    #	x-pack/metricbeat/module/stan/_meta/Dockerfile
    AndersonQ authored and mergify[bot] committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    65bd306 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Resolve conflicts.

    cmacknz committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7222e6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd8fe80 View commit details
    Browse the repository at this point in the history
  3. Remove extra files.

    cmacknz committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    3ea0e12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbe6ba6 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Run mage fmt

    cmacknz committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    79cd818 View commit details
    Browse the repository at this point in the history