File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 go-version :
15- - " 1.23.12"
16- - " 1.24.6"
15+ - " 1.25.2"
1716 steps :
1817 - uses : actions/checkout@v4
1918 - name : Setup Go ${{ matrix.go-version }}
2524 - name : golangci-lint
2625 uses : golangci/golangci-lint-action@v8
2726 with :
28- version : v2.2.2
27+ version : v2.5.0
2928 args : --timeout=5m
3029 - name : Build
3130 run : make build
3534 strategy :
3635 matrix :
3736 go-version :
38- - " 1.23.12"
39- - " 1.24.6"
37+ - " 1.25.2"
4038 steps :
4139 - uses : actions/checkout@v4
4240 - name : Setup Go ${{ matrix.go-version }}
Original file line number Diff line number Diff line change @@ -439,5 +439,4 @@ func TestLoadCSVFromReader_TestTabSeparatedStrangeDomain(t *testing.T) {
439439 "com" : 5 ,
440440 },
441441 })
442-
443442}
You can’t perform that action at this time.
0 commit comments