File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1515 - name : Set up Go
1616 uses : actions/setup-go@v5
1717 with :
18- go-version : ' >=1.22 .0'
18+ go-version : ' >=1.24 .0'
1919
2020 - uses : actions/checkout@v4
2121
Original file line number Diff line number Diff line change 1414 - name : Set up Go
1515 uses : actions/setup-go@v5
1616 with :
17- go-version : ' >=1.22 .0'
17+ go-version : ' >=1.24 .0'
1818 - uses : actions/checkout@v4
1919 - name : Run golangci-lint
2020 uses : golangci/golangci-lint-action@v6
Original file line number Diff line number Diff line change 11run :
2- go : ' 1.19 '
2+ go : ' 1.24 '
33 modules-download-mode : readonly
44
55linters :
@@ -20,12 +20,8 @@ linters-settings:
2020 SPDX-License-Identifier: GPL-3.0-or-later
2121 goimports :
2222 local-prefixes : github.com/xen0n/gosmopolitan
23- gosimple :
24- go : ' 1.19'
2523 lll :
2624 line-length : 120
2725 tab-width : 4
2826 nakedret :
2927 max-func-lines : 1
30- stylecheck :
31- go : ' 1.19'
You can’t perform that action at this time.
0 commit comments