Skip to content

fix(deps): update module github.com/google/go-github/v65 to v67 #454

fix(deps): update module github.com/google/go-github/v65 to v67

fix(deps): update module github.com/google/go-github/v65 to v67 #454

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Go
uses: actions/[email protected]
with:
go-version-file: "go.mod"
- name: Test
run: go test -v ./...