Skip to content

Bump github.com/yuin/goldmark from 1.5.4 to 1.5.5 #72

Bump github.com/yuin/goldmark from 1.5.4 to 1.5.5

Bump github.com/yuin/goldmark from 1.5.4 to 1.5.5 #72

Workflow file for this run

name: Testing push
on:
push:
jobs:
test-app:
name: Test Application
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Test application
run: go test ./...