Skip to content

Update module github.com/google/go-github/v64 to v66 #193

Update module github.com/google/go-github/v64 to v66

Update module github.com/google/go-github/v64 to v66 #193

Workflow file for this run

name: Test
on:
pull_request:
workflow_dispatch:
jobs:
setup:
outputs:
branch: ${{ steps.set_branch_variable.outputs.branch }}
runs-on: ubuntu-latest
steps:
- id: set_branch_variable
name: Set Branch Variable
uses: emmahsax/github-actions/set-branch-variable@main
go-test:
needs: [ setup ]
uses: emmahsax/github-actions/.github/workflows/go-test.yml@main
with:
branch: ${{ needs.setup.outputs.branch }}
build_command: task build
go_version: 1.23