Skip to content

fix(deps): update module github.com/google/go-github/v60 to v61 #7869

fix(deps): update module github.com/google/go-github/v60 to v61

fix(deps): update module github.com/google/go-github/v60 to v61 #7869

Workflow file for this run

name: Go
on: [push,pull_request]
jobs:
test:
permissions:
contents: read
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 50 # Need git history for testing.
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Test
run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./...
- uses: codecov/codecov-action@v4