We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f670c commit 853a0f7Copy full SHA for 853a0f7
.github/workflows/golangci.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: golangci/golangci-lint-action@v6
22
with:
23
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
24
- version: v1.61
+ version: v1.64.7
25
args: --timeout=10m
26
27
# Optional: working directory, useful for monorepos
go.mod
@@ -1,6 +1,6 @@
1
module github.com/vulsio/go-cve-dictionary
2
3
-go 1.23
+go 1.24
4
5
require (
6
github.com/PuerkitoBio/goquery v1.10.2
0 commit comments