Skip to content

Commit

Permalink
Merge pull request #89 from oschwald/greg/go1.18
Browse files Browse the repository at this point in the history
Update Go and golangci-lint config
  • Loading branch information
oschwald authored Aug 7, 2022
2 parents 0c7830f + ca455be commit 86cef18
Show file tree
Hide file tree
Showing 13 changed files with 502 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 86cef18

Please sign in to comment.