Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 #692

Bump github.com/gorilla/handlers from 1.5.1 to 1.5.2

Bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 #692

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
- "release-*"
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.51.2