Skip to content

Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.… #230

Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.…

Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.… #230

Workflow file for this run

name: lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3