Skip to content

chore: bump undici from 6.21.0 to 6.21.1 in /docs-website in the npm_… #1246

chore: bump undici from 6.21.0 to 6.21.1 in /docs-website in the npm_…

chore: bump undici from 6.21.0 to 6.21.1 in /docs-website in the npm_… #1246

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
branches:
- main
paths:
- "**.go"
- "go.mod"
- ".github/workflows/golangci-lint.yml"
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: golangci-lint
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
with:
version: latest
args: --timeout=3m