Skip to content

feat(docker-image)!: Update traefik Docker tag to v3 #218

feat(docker-image)!: Update traefik Docker tag to v3

feat(docker-image)!: Update traefik Docker tag to v3 #218

Workflow file for this run

name: tests
on:
push: {}
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Run tests
run: go test ./...