Skip to content

Bump golang.org/x/crypto from 0.16.0 to 0.17.0 #95

Bump golang.org/x/crypto from 0.16.0 to 0.17.0

Bump golang.org/x/crypto from 0.16.0 to 0.17.0 #95

name: test
on:
pull_request_target:
types: [labeled, synchronize]
jobs:
test:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'ok-to-test')
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Run tests
run: make testacc