Skip to content

Update Go version from 1.24.6 to 1.25.7 to address CVEs #338

Update Go version from 1.24.6 to 1.25.7 to address CVEs

Update Go version from 1.24.6 to 1.25.7 to address CVEs #338

Workflow file for this run

name: sanity
on:
pull_request: {}
jobs:
sanity:
name: sanity
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
id: go
- run: sudo rm -rf /usr/local/bin/kustomize
- run: make test-sanity