Skip to content

Bump the all-go-mod-patch-and-minor group across 1 directory with 38 updates #2888

Bump the all-go-mod-patch-and-minor group across 1 directory with 38 updates

Bump the all-go-mod-patch-and-minor group across 1 directory with 38 updates #2888

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
paths:
- '**'
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: "1.25"
check-latest: true
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.4.0
# Disable package caching to avoid a double cache with setup-go.
skip-pkg-cache: true
args: --timeout 10m