Skip to content

chore(deps): bump github.com/yuin/goldmark from 1.7.1 to 1.7.3 #589

chore(deps): bump github.com/yuin/goldmark from 1.7.1 to 1.7.3

chore(deps): bump github.com/yuin/goldmark from 1.7.1 to 1.7.3 #589

Workflow file for this run

name: Go Lint
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.54