Skip to content

chore(deps): bump golang.org/x/net from 0.57.0 to 0.58.0 in /pug in the golang-x group across 1 directory #135

chore(deps): bump golang.org/x/net from 0.57.0 to 0.58.0 in /pug in the golang-x group across 1 directory

chore(deps): bump golang.org/x/net from 0.57.0 to 0.58.0 in /pug in the golang-x group across 1 directory #135

Workflow file for this run

name: Linter
on:
push:
branches:
- master
- main
paths-ignore:
- "**/*.md"
- LICENSE
- ".github/ISSUE_TEMPLATE/*.yml"
- ".github/dependabot.yml"
pull_request:
paths-ignore:
- "**/*.md"
- LICENSE
- ".github/ISSUE_TEMPLATE/*.yml"
- ".github/dependabot.yml"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
checks: write
jobs:
lint:
uses: gofiber/.github/.github/workflows/go-lint-multi.yml@main
with:
golangci-lint-args: "--tests=false --timeout=5m"