Skip to content

🌱 Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1373) #1589

🌱 Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1373)

🌱 Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1373) #1589

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
lint:
name: Run golangci lint
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: go.mod
cache: false # golangci/golangci-lint-action maintains its own cache
- uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3.0
with:
version: v1.55.2
only-new-issues: true