Skip to content

cmd/imageproxy: remove gorilla mux router #266

cmd/imageproxy: remove gorilla mux router

cmd/imageproxy: remove gorilla mux router #266

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- '**'
name: linter
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2