Skip to content

Add Context support to auth methods #1390

Add Context support to auth methods

Add Context support to auth methods #1390

Workflow file for this run

name: Build
on:
pull_request:
branches: ['main']
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.19, '1.20']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
check-latest: true
- run: |
go build ./...
go test -run=^$ ./...