Skip to content

fix(deps): update module github.com/google/go-github/v62 to v64 - autoclosed #179

fix(deps): update module github.com/google/go-github/v62 to v64 - autoclosed

fix(deps): update module github.com/google/go-github/v62 to v64 - autoclosed #179

Workflow file for this run

name: Run Go tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...