Skip to content

Bump golang.org/x/net from 0.0.0-20210825183410-e898025ed96a to 0.17.0 #14

Bump golang.org/x/net from 0.0.0-20210825183410-e898025ed96a to 0.17.0

Bump golang.org/x/net from 0.0.0-20210825183410-e898025ed96a to 0.17.0 #14

Workflow file for this run

name: test
on: pull_request
jobs:
test:
# this is to prevent the job to run at forked projects
if: github.repository == 'aws/amazon-eks-pod-identity-webhook'
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...