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

Manually setup golang in codeql action #2725

Merged
merged 3 commits into from
Feb 11, 2024

Conversation

StephenButtolph
Copy link
Contributor

@StephenButtolph StephenButtolph commented Feb 10, 2024

Why this should be merged

  • Removes autobuild (which doesn't need to be used because we don't use C/C++, C#, or Java).
  • Installs the expected go version to resolve Newer Go version needed: The detected version of Go is lower than the version specified in go.mod.

How this works

Uses actions/setup-go@v5 like the other actions.

How this was tested

  • CI

@StephenButtolph StephenButtolph added the ci This focuses on changes to the CI process label Feb 10, 2024
@StephenButtolph StephenButtolph self-assigned this Feb 10, 2024
@StephenButtolph StephenButtolph marked this pull request as ready for review February 10, 2024 19:32
@StephenButtolph StephenButtolph added this to the v1.11.0 milestone Feb 10, 2024
@StephenButtolph StephenButtolph added this pull request to the merge queue Feb 10, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Feb 10, 2024
@StephenButtolph StephenButtolph added this pull request to the merge queue Feb 10, 2024
Merged via the queue into master with commit 2bcc9c9 Feb 11, 2024
17 checks passed
@StephenButtolph StephenButtolph deleted the manually-setup-codeql-golang branch February 11, 2024 00:55
mboben pushed a commit to mboben/avalanchego that referenced this pull request Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci This focuses on changes to the CI process
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants