Skip to content

build(deps): update module github.com/google/go-github/v53 to v54 #104

build(deps): update module github.com/google/go-github/v53 to v54

build(deps): update module github.com/google/go-github/v53 to v54 #104

Workflow file for this run

name: build
on:
push:
branches-ignore:
- renovate/**
pull_request:
branches:
- master
jobs:
docker:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
cache: true
- run: go get ./...
- run: go build ./...
name: Build Binary
env:
CGO_ENABLED: '0'