Skip to content

Commit

Permalink
Merge pull request #90 from oschwald/greg/go1.18
Browse files Browse the repository at this point in the history
Go 1.18
  • Loading branch information
oschwald committed Aug 7, 2022
2 parents faaa20b + 872132c commit 8a9ef25
Show file tree
Hide file tree
Showing 6 changed files with 446 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build
strategy:
matrix:
go-version: [1.17.x, 1.18.x]
go-version: [1.18.x, 1.19.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 8a9ef25

Please sign in to comment.