Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Bump golang.org/x/crypto from 0.10.0 to 0.14.0 #246

Bump golang.org/x/crypto from 0.10.0 to 0.14.0

Bump golang.org/x/crypto from 0.10.0 to 0.14.0 #246

Workflow file for this run

name: Multilinters
on:
push:
jobs:
build:
name: Check code
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go-version: [1.19]
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50
args: -E gosec,goconst,nestif,bodyclose,rowserrcheck