Skip to content

Bump github.com/yuin/goldmark from 1.7.10 to 1.7.11 in the all group #1228

Bump github.com/yuin/goldmark from 1.7.10 to 1.7.11 in the all group

Bump github.com/yuin/goldmark from 1.7.10 to 1.7.11 in the all group #1228

Workflow file for this run

name: golangci-lint
on:
workflow_dispatch:
push:
branches:
- 'main'
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Go
id: go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version: '1.24'
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
with:
version: v2.0