Skip to content

chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0 #194

chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0

chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0 #194

Workflow file for this run

name: Run CI Lint
on: push
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.23, 1.24, 1.25]
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}
env:
GO111MODULE: on
TESTTAGS: ${{ matrix.test-tags }}
GOPROXY: https://proxy.golang.org
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Checkout Code
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.1
args: --verbose