Skip to content

Bump golang.org/x/crypto from 0.15.0 to 0.31.0 #1302

Bump golang.org/x/crypto from 0.15.0 to 0.31.0

Bump golang.org/x/crypto from 0.15.0 to 0.31.0 #1302

Workflow file for this run

name: Lint - Go
on:
push:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=5m
version: latest