Skip to content

fix(deps): update github.com/shurcool/githubv4 digest to 18a1ae0 - autoclosed #7

fix(deps): update github.com/shurcool/githubv4 digest to 18a1ae0 - autoclosed

fix(deps): update github.com/shurcool/githubv4 digest to 18a1ae0 - autoclosed #7

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Test
run: make test