Skip to content

Commit

Permalink
Attempt to fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
M4tteoP committed Feb 7, 2024
1 parent 98139e8 commit ffea918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: v1.19.x
go-version: v1.21.x
cache: true
- run: go run mage.go lint
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/corazawaf/coraza/v3

go 1.19
go 1.21

// Testing dependencies:
// - go-mockdns
Expand Down

0 comments on commit ffea918

Please sign in to comment.