Skip to content

Bump github.com/yuin/goldmark from 1.7.3 to 1.7.4 (#273) #755

Bump github.com/yuin/goldmark from 1.7.3 to 1.7.4 (#273)

Bump github.com/yuin/goldmark from 1.7.3 to 1.7.4 (#273) #755

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: go test ./...