Skip to content

Bump github.com/yuin/goldmark from 1.7.1 to 1.7.4 (#110) #189

Bump github.com/yuin/goldmark from 1.7.1 to 1.7.4 (#110)

Bump github.com/yuin/goldmark from 1.7.1 to 1.7.4 (#110) #189

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