Skip to content

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

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

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

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@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: v1.20.x
cache: true
- run: go run mage.go lint