Skip to content

Bump github.com/emicklei/go-restful/v3 from 3.12.0 to 3.12.1 in the gomod group #281

Bump github.com/emicklei/go-restful/v3 from 3.12.0 to 3.12.1 in the gomod group

Bump github.com/emicklei/go-restful/v3 from 3.12.0 to 3.12.1 in the gomod group #281

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
only-new-issues: true
args: --timeout=15m
pre-commit:
runs-on: ubuntu-latest
env:
# These hooks will run separately in github actions
SKIP: golangci-lint
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]