Skip to content

Bump golang.org/x/crypto from 0.41.0 to 0.42.0 #35

Bump golang.org/x/crypto from 0.41.0 to 0.42.0

Bump golang.org/x/crypto from 0.41.0 to 0.42.0 #35

Workflow file for this run

name: Go Linting
permissions:
contents: read
on:
pull_request:
paths:
- "**.go"
- "go.mod"
- "go.sum"
- ".github/workflows/lint.yml"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23"
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=5m