Skip to content

roll back to v1.6.0 bc traefik doesn't support plugins over v1.x, dis… #83

roll back to v1.6.0 bc traefik doesn't support plugins over v1.x, dis…

roll back to v1.6.0 bc traefik doesn't support plugins over v1.x, dis… #83

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: ^1.22
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Build
run: go build -v .
- name: Test
run: go test -v ./...