File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 15
15
- name : Set up Go
16
16
uses : actions/setup-go@v5
17
17
with :
18
- go-version : ' >=1.22 .0'
18
+ go-version : ' >=1.24 .0'
19
19
20
20
- uses : actions/checkout@v4
21
21
Original file line number Diff line number Diff line change 14
14
- name : Set up Go
15
15
uses : actions/setup-go@v5
16
16
with :
17
- go-version : ' >=1.22 .0'
17
+ go-version : ' >=1.24 .0'
18
18
- uses : actions/checkout@v4
19
19
- name : Run golangci-lint
20
20
uses : golangci/golangci-lint-action@v6
Original file line number Diff line number Diff line change 1
1
run :
2
- go : ' 1.19 '
2
+ go : ' 1.24 '
3
3
modules-download-mode : readonly
4
4
5
5
linters :
@@ -20,12 +20,8 @@ linters-settings:
20
20
SPDX-License-Identifier: GPL-3.0-or-later
21
21
goimports :
22
22
local-prefixes : github.com/xen0n/gosmopolitan
23
- gosimple :
24
- go : ' 1.19'
25
23
lll :
26
24
line-length : 120
27
25
tab-width : 4
28
26
nakedret :
29
27
max-func-lines : 1
30
- stylecheck :
31
- go : ' 1.19'
You can’t perform that action at this time.
0 commit comments