Skip to content

chore: bump golang.org/x/net from 0.11.0 to 0.17.0 #553

chore: bump golang.org/x/net from 0.11.0 to 0.17.0

chore: bump golang.org/x/net from 0.11.0 to 0.17.0 #553

Workflow file for this run

name: license-lint
on:
push:
paths:
- "go.mod"
- "go.sum"
- "vendor/**"
pull_request:
paths:
- "go.mod"
- "go.sum"
- "vendor/**"
permissions:
contents: read
jobs:
license-lint:
name: "license-lint"
runs-on: ubuntu-22.04
timeout-minutes: 5
permissions:
contents: read
steps:
- name: Harden Runner
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
egress-policy: audit
- name: Set up Go
uses: actions/setup-go@v4 # v4.0.1
with:
go-version: "1.21"
- name: Check out code into the Go module directory
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.5.2
- name: license-lint
run: |
export GOPATH="$HOME/go"
PATH="$GOPATH/bin:$PATH"
./third_party/k8s.io/kubernetes/hack/verify-licenses.sh