Skip to content

Bump golang.org/x/net from 0.15.0 to 0.17.0 #2

Bump golang.org/x/net from 0.15.0 to 0.17.0

Bump golang.org/x/net from 0.15.0 to 0.17.0 #2

Workflow file for this run

name: CI tests
on:
workflow_call:
pull_request_target:
branches:
- master
- main
jobs:
lint:
uses: ./.github/workflows/linters.yml
build:
uses: ./.github/workflows/builders.yml
tests:
needs: build
uses: ./.github/workflows/test-k8s.yml
secrets: inherit