Skip to content

update golang.org/x/crypto and golang.org/x/net to newest version #111

update golang.org/x/crypto and golang.org/x/net to newest version

update golang.org/x/crypto and golang.org/x/net to newest version #111

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.19.x
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go mod tidy && go mod vendor && go test ./...