Skip to content

fix(deps): update module github.com/coreruleset/go-ftw to v1 #3816

fix(deps): update module github.com/coreruleset/go-ftw to v1

fix(deps): update module github.com/coreruleset/go-ftw to v1 #3816

Workflow file for this run

name: Lint (pre-commit)
on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
pull_request:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Install Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
go-version: v1.22.x
cache: true
- run: go run mage.go lint