Skip to content

fix(deps): update module golang.org/x/crypto to v0.28.0 #595

fix(deps): update module golang.org/x/crypto to v0.28.0

fix(deps): update module golang.org/x/crypto to v0.28.0 #595

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
jobs:
golangci:
name: Lint Sourcecode
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
cache: false
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.3
args: --timeout 240s