diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 256fc3fc..29e1762d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ macos-latest, windows-latest, ubuntu-latest ] - go: [ 1.12, 1.13, 1.14 ] + go: [ 1.16, 1.17, 1.18 ] steps: - name: Checkout the code uses: actions/checkout@v2