Skip to content

Bump golang.org/x/crypto from 0.48.0 to 0.49.0 #54

Bump golang.org/x/crypto from 0.48.0 to 0.49.0

Bump golang.org/x/crypto from 0.48.0 to 0.49.0 #54

Workflow file for this run

name: lint
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.11