Skip to content

Bump golang.org/x/crypto from 0.14.0 to 0.16.0 #420

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

Bump golang.org/x/crypto from 0.14.0 to 0.16.0 #420

Workflow file for this run

name: Lint Go
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
strategy:
matrix:
go-version: [ 1.20.x ]
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.55