Skip to content

build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 #1217

build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0

build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 #1217

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- release/**
pull_request:
permissions:
contents: read
defaults:
run:
shell: bash
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: true
jobs:
golangci-lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # pin@v4.0.0
with:
version: v1.54
only-new-issues: true
args: --timeout=10m
timeout-minutes: 10