Skip to content

Commit a62967e

Browse files
committed
dev: update go as workaround for dependabot/dependabot-core#9527 regarding #51
1 parent 67fa915 commit a62967e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: golangci/golangci-lint-action@v6
2828
with:
2929
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
30-
version: v1.57.2
30+
version: v1.64.7
3131
args: --timeout 10m
3232

3333
test:

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ linters:
2626
- dupl
2727
- errcheck
2828
- exhaustive
29-
- exportloopref
29+
- copyloopvar
3030
- funlen
3131
- gochecknoinits
3232
- goconst
3333
- gocritic
3434
- gocyclo
3535
- gofmt
3636
- goimports
37-
- gomnd
37+
- mnd
3838
- goprintffuncname
3939
- gosec
4040
- gosimple

go.mod

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

3-
go 1.22.0
3+
go 1.24.0
44

55
require (
66
github.com/antchfx/xmlquery v1.4.4

0 commit comments

Comments
 (0)