Skip to content

build(deps): bump github.com/goccy/go-graphviz from 0.2.2 to 0.2.9 #57

build(deps): bump github.com/goccy/go-graphviz from 0.2.2 to 0.2.9

build(deps): bump github.com/goccy/go-graphviz from 0.2.2 to 0.2.9 #57

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
name: Go linter
uses: ./.github/workflows/lint.yml
test:
name: Go test
uses: ./.github/workflows/test.yml