Skip to content

fix(deps): update github.com/shurcool/githubv4 digest to be2daab - autoclosed #21

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

fix(deps): update github.com/shurcool/githubv4 digest to be2daab - autoclosed #21

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@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Test
run: make test