Skip to content

Commit

Permalink
Run tests with Go 1.18+
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Aug 9, 2022
1 parent 94a9d86 commit d345537
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: Test
on: [push, pull_request]

permissions:
contents: read

jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
go: [1.16]
go: ["1.18", "1.19"]

runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit d345537

Please sign in to comment.