Skip to content

Bump github.com/traefik/traefik/v2 from 2.11.5 to 2.11.8 #120

Bump github.com/traefik/traefik/v2 from 2.11.5 to 2.11.8

Bump github.com/traefik/traefik/v2 from 2.11.5 to 2.11.8 #120

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.22']
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Run Tests
run: go test ./...