Skip to content

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

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

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

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 ./...