Skip to content

Update Go version to 1.24.0 in GitHub Actions workflow configuration. #787

Update Go version to 1.24.0 in GitHub Actions workflow configuration.

Update Go version to 1.24.0 in GitHub Actions workflow configuration. #787

Workflow file for this run

name: govulncheck
on:
push:
branches:
- master
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
govulncheck_job:
runs-on: ubuntu-latest
name: Run govulncheck
steps:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.24.0
go-package: ./...