Skip to content

Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 #234

Bump github.com/gorilla/mux from 1.8.0 to 1.8.1

Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 #234

Workflow file for this run

---
name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
GO_VERSION: 1.21.0
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v4
- name: golangci-lint-terpd
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: --timeout 10m