Skip to content

Commit 21a0d43

Browse files
committed
Merge branch 'main' into goreleaser_ci
2 parents 35de511 + b82183d commit 21a0d43

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
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 }}
@@ -25,7 +24,7 @@ jobs:
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
@@ -35,8 +34,7 @@ jobs:
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 }}

internal/csv_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,5 +439,4 @@ func TestLoadCSVFromReader_TestTabSeparatedStrangeDomain(t *testing.T) {
439439
"com": 5,
440440
},
441441
})
442-
443442
}

0 commit comments

Comments
 (0)