You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove setuo-go from the codeql-analysis.yml workflow. #738 (comment)
We have added a custom step to the code-ql analysys job, as a workaround to fix the workflow when using go1.21.
This issue is a reminder that we should reconsider having that custom step.
- name: setup-go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: "go.mod"
# not needed but gets ride of warnings
cache: false
The text was updated successfully, but these errors were encountered:
Remove setuo-go from the codeql-analysis.yml workflow.
#738 (comment)
We have added a custom step to the code-ql analysys job, as a workaround to fix the workflow when using go1.21.
This issue is a reminder that we should reconsider having that custom step.
The text was updated successfully, but these errors were encountered: