Skip to content

Update module golang.org/x/oauth2 to v0.22.0 #173

Update module golang.org/x/oauth2 to v0.22.0

Update module golang.org/x/oauth2 to v0.22.0 #173

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