Skip to content

Bump github.com/traefik/traefik/v2 from 2.9.6 to 2.10.6 #50

Bump github.com/traefik/traefik/v2 from 2.9.6 to 2.10.6

Bump github.com/traefik/traefik/v2 from 2.9.6 to 2.10.6 #50

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 ./...