Skip to content

Commit 853a0f7

Browse files
committed
build(go): update 1.24
1 parent 60f670c commit 853a0f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: golangci/golangci-lint-action@v6
2222
with:
2323
# 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
24+
version: v1.64.7
2525
args: --timeout=10m
2626

2727
# Optional: working directory, useful for monorepos

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/vulsio/go-cve-dictionary
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/PuerkitoBio/goquery v1.10.2

0 commit comments

Comments
 (0)