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

upgrade Go to 1.20.6 #36000

Merged
merged 16 commits into from
Jul 28, 2023
Merged

upgrade Go to 1.20.6 #36000

merged 16 commits into from
Jul 28, 2023

Commits on Jul 24, 2023

  1. upgrade Go to 1.20.5

    AndersonQ committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    5cc26c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    7a985ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be71233 View commit details
    Browse the repository at this point in the history
  3. debug

    AndersonQ committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    46b1da6 View commit details
    Browse the repository at this point in the history
  4. wip

    AndersonQ committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c9d20bb View commit details
    Browse the repository at this point in the history
  5. 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.
    AndersonQ committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    2b6a159 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. upgrade to go1.20.6

    AndersonQ committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5abebda View commit details
    Browse the repository at this point in the history
  2. .

    AndersonQ committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    8cdc549 View commit details
    Browse the repository at this point in the history
  3. Revert "move ragel files to root directory"

    This reverts commit 2b6a159.
    AndersonQ committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    97e92fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c0f338 View commit details
    Browse the repository at this point in the history
  5. remove debug

    AndersonQ committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a87f519 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e6300a View commit details
    Browse the repository at this point in the history
  7. disable //line directives

    AndersonQ committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    d0642a5 View commit details
    Browse the repository at this point in the history
  8. goimport

    AndersonQ committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    feed159 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    f3d072f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    c23dcd4 View commit details
    Browse the repository at this point in the history