Skip to content

chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 #40

chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0

chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 #40

Workflow file for this run

name: test
on:
pull_request:
branches: [master]
paths-ignore: [".gitignore", "**/*.md", ".github/ISSUE_TEMPLATE/**"]
types: [opened, edited, reopened, synchronize, unlocked]
push:
branches: [master]
paths-ignore: [".gitignore", "**/*.md", ".github/ISSUE_TEMPLATE/**"]
jobs:
go-test:
uses: lrstanley/.github/.github/workflows/lang-go-test-matrix.yml@master
permissions:
contents: read
with: { num-minor: 1, num-patch: 2 }
go-lint:
uses: lrstanley/.github/.github/workflows/lang-go-lint.yml@master
permissions:
checks: write
contents: read
pull-requests: read
security-events: write
statuses: write
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}