Skip to content

build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 #3304

build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0

build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 #3304

Workflow file for this run

name: Lint
on:
push:
branches:
- stable-next
- main-next
- dev-next
paths-ignore:
- '**.md'
- '.github/**'
- '!.github/workflows/lint.yml'
pull_request:
branches:
- stable-next
- main-next
- dev-next
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ^1.23
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=30m
install-mode: binary