Skip to content

Bump golang.org/x/crypto from 0.41.0 to 0.45.0 in the go_modules group across 1 directory #15

Bump golang.org/x/crypto from 0.41.0 to 0.45.0 in the go_modules group across 1 directory

Bump golang.org/x/crypto from 0.41.0 to 0.45.0 in the go_modules group across 1 directory #15

Workflow file for this run

permissions:
contents: read
name: golangci-lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.25'
cache: false
- name: Checkout code
uses: actions/checkout@v4
- name: golangci-lint
run: |
go tool golangci-lint run --timeout 5m