Skip to content

Bump golang.org/x/crypto from 0.12.0 to 0.17.0 #443

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

Bump golang.org/x/crypto from 0.12.0 to 0.17.0 #443

Workflow file for this run

name: Go vulnerability checking
on:
schedule:
- cron: "35 2 * * *"
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "^1.20.0"
- run: go version
- name: check for go vulnerabilities
uses: kmulvey/[email protected]