Skip to content

build(deps): bump golang.org/x/crypto from 0.19.0 to 0.21.0 #725

build(deps): bump golang.org/x/crypto from 0.19.0 to 0.21.0

build(deps): bump golang.org/x/crypto from 0.19.0 to 0.21.0 #725

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3