Skip to content

Bump golang.org/x/net from 0.11.0 to 0.17.0 in /operator #2958

Bump golang.org/x/net from 0.11.0 to 0.17.0 in /operator

Bump golang.org/x/net from 0.11.0 to 0.17.0 in /operator #2958

name: V1 Operator Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
operator-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.17.0'
- name: test-operator
run: |
make -C operator test