Skip to content

Bump the all-go-mod-patch-and-minor group with 17 updates #175

Bump the all-go-mod-patch-and-minor group with 17 updates

Bump the all-go-mod-patch-and-minor group with 17 updates #175

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v6
with:
go-version: '^1.26'
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
args: --timeout=5m