Skip to content

Bump golang.org/x/oauth2 from 0.4.0 to 0.13.0 #36

Bump golang.org/x/oauth2 from 0.4.0 to 0.13.0

Bump golang.org/x/oauth2 from 0.4.0 to 0.13.0 #36

Workflow file for this run

name: Traefik Forward Auth
on: [push]
jobs:
test:
name: Test with Go version -
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.19']
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Run Tests
run: go test ./...