File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
if : (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
13
13
strategy :
14
14
matrix :
15
- go : [ '1.21', '1. 22', '1.23' ]
15
+ go : [ '1.22', '1.23' ]
16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
- uses : actions/setup-go@v5
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ linters-settings:
41
41
linters :
42
42
disable-all : true
43
43
enable :
44
+ - copyloopvar
44
45
- dupl
45
46
- errcheck
46
- - exportloopref
47
47
- goconst
48
48
- gocyclo
49
49
- gofmt
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ OUTDIR ?= $(TMPDIR)
14
14
15
15
# Dynamic version selection based on Go version
16
16
# Format: $(TOOLSDIR)/get_version.sh <go_version> <tool_version1> <tool_version2> ..
17
- GOLANGCI_LINT_VERSION ?= $(shell $(TOOLSDIR ) /get_version.sh 1.21 v1.59 v1.61 )
18
- REVIVE_VERSION ?= $(shell $(TOOLSDIR ) /get_version.sh 1.21 v1.4)
17
+ GOLANGCI_LINT_VERSION ?= $(shell $(TOOLSDIR ) /get_version.sh 1.22 v1.63.4 )
18
+ REVIVE_VERSION ?= $(shell $(TOOLSDIR ) /get_version.sh 1.22 v1.4)
19
19
20
20
GOLANGCI_LINT_URL ?= github.com/golangci/golangci-lint/cmd/golangci-lint@$(GOLANGCI_LINT_VERSION )
21
21
GOLANGCI_LINT ?= $(GO ) run $(GOLANGCI_LINT_URL )
Original file line number Diff line number Diff line change 1
1
module darvaza.org/core
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require golang.org/x/net v0.34.0
6
6
Original file line number Diff line number Diff line change 6
6
"packageRules" : [
7
7
{
8
8
"matchDatasources" : [" golang-version" ],
9
- "allowedVersions" : " 1.21 "
9
+ "allowedVersions" : " 1.22 "
10
10
}
11
11
],
12
12
"postUpdateOptions" : [
You can’t perform that action at this time.
0 commit comments