Skip to content

build(deps): bump golang.org/x/crypto from 0.0.0-20220525230936-793ad666bf5e to 0.17.0 #122

build(deps): bump golang.org/x/crypto from 0.0.0-20220525230936-793ad666bf5e to 0.17.0

build(deps): bump golang.org/x/crypto from 0.0.0-20220525230936-793ad666bf5e to 0.17.0 #122

Workflow file for this run

name: Go Checks
on:
pull_request:
push:
branches: ["master"]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
go-check:
uses: pl-strflt/uci/.github/workflows/go-check.yml@v0.0