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
ci: update Go version and GitHub Actions dependencies
Update CI workflows to use more flexible Go version handling and newer
action versions:
- Use 'go.mod' for Go version in diff.yml to automatically match project
requirements instead of hardcoded 1.18
- Upgrade actions/upload-artifact from v3 to v4 in fuzz.yml
- Upgrade github/codeql-action from v2 to v3 in fuzz.yml
These changes ensure the CI pipeline uses the same Go version as specified
in the project and benefits from the latest improvements in GitHub Actions.
Signed-off-by: Ville Vesilehto <[email protected]>
0 commit comments