Skip to content

chore: upgrades traefik to v3.2.0 #23

chore: upgrades traefik to v3.2.0

chore: upgrades traefik to v3.2.0 #23

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
pull_request:
paths-ignore:
- "**/*.md"
- "LICENSE"
env:
GO_VERSION: "1.21.x"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
cache: true
- name: Run e2e tests
run: go run mage.go e2e