Skip to content

Commit 080dd72

Browse files
authored
Merge pull request #118 from oschwald/greg/lints
Update golangci-lint config
2 parents fbe2289 + 6ed528d commit 080dd72

File tree

5 files changed

+175
-433
lines changed

5 files changed

+175
-433
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Build
99
strategy:
1010
matrix:
11-
go-version: [1.19.x, 1.20.x]
11+
go-version: [1.21.x, 1.22.x]
1212
platform: [ubuntu-latest, macos-latest, windows-latest]
1313
runs-on: ${{ matrix.platform }}
1414
steps:

0 commit comments

Comments
 (0)