Skip to content

fix(docker-image): update traefik docker tag to v3.3.2 #802

fix(docker-image): update traefik docker tag to v3.3.2

fix(docker-image): update traefik docker tag to v3.3.2 #802

Workflow file for this run

name: tests
on:
push: {}
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Run tests
run: make test