Skip to content

Commit 8a9ef25

Browse files
authored
Merge pull request #90 from oschwald/greg/go1.18
Go 1.18
2 parents faaa20b + 872132c commit 8a9ef25

File tree

6 files changed

+446
-27
lines changed

6 files changed

+446
-27
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.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)