Skip to content

Bump golang.org/x/crypto from 0.5.0 to 0.31.0 #1

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

Bump golang.org/x/crypto from 0.5.0 to 0.31.0 #1

name: Dev golangci-lint
on:
push:
branches:
- develop
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Download deps
run: go mod download -x
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest