Skip to content

fix(deps): update module github.com/google/go-github/v50 to v53 #62

fix(deps): update module github.com/google/go-github/v50 to v53

fix(deps): update module github.com/google/go-github/v50 to v53 #62

Workflow file for this run

name: Go Build
on:
push:
paths-ignore:
- "**.md"
branches:
- main
pull_request:
paths-ignore:
- "**.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
check-latest: true
cache: true
- name: Build app
run: go build -o app