Skip to content

Commit 64f043c

Browse files
authored
Merge pull request #136 from oschwald/greg/lints
Update golangci-lint config
2 parents 8fd8fb7 + ac8f33e commit 64f043c

File tree

9 files changed

+238
-498
lines changed

9 files changed

+238
-498
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
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)