Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Bump golang.org/x/crypto from 0.23.0 to 0.27.0 #60

Bump golang.org/x/crypto from 0.23.0 to 0.27.0

Bump golang.org/x/crypto from 0.23.0 to 0.27.0 #60

Workflow file for this run

name: Checks
on:
push:
pull_request:
jobs:
Golangci-Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.22
- name: Install dependencies
run: |
go version
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.1
- name: Run golangci-lint
run: |
golangci-lint run cmd/...
golangci-lint run spec/...