Skip to content

Commit 86cef18

Browse files
authored
Merge pull request #89 from oschwald/greg/go1.18
Update Go and golangci-lint config
2 parents 0c7830f + ca455be commit 86cef18

13 files changed

+502
-63
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.17.x, 1.18.x]
11+
go-version: [1.18.x, 1.19.x]
1212
platform: [ubuntu-latest, macos-latest, windows-latest]
1313
runs-on: ${{ matrix.platform }}
1414
steps:

0 commit comments

Comments
 (0)