Skip to content

build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 #77

build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0

build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 #77

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
golangci:
name: lint
strategy:
matrix:
go-version: [1.19.1]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Lint
run: make lint