Skip to content

Bump golang.org/x/crypto from 0.36.0 to 0.45.0 #806

Bump golang.org/x/crypto from 0.36.0 to 0.45.0

Bump golang.org/x/crypto from 0.36.0 to 0.45.0 #806

Workflow file for this run

name: Lint
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Check dependencies
run: |
go mod tidy
git diff --exit-code go.mod
- name: lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: v2.6.0
problem-matchers: true