Skip to content

Bump golang.org/x/net from 0.30.0 to 0.46.0 in /k8s-test-runner #1373

Bump golang.org/x/net from 0.30.0 to 0.46.0 in /k8s-test-runner

Bump golang.org/x/net from 0.30.0 to 0.46.0 in /k8s-test-runner #1373

Workflow file for this run

name: Gomods Tidy
on:
push:
jobs:
clean-go-mods:
name: Clean go mods
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
# we run it across all the packages, use framework go.mod as an example
go-version-file: ./framework/go.mod
- uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6 # v2.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
just-version: '1.39.0'
- name: Run gomods tidy
run: just gomods-tidy-ci