diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index 6b6d5f9..ba71f3c 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, windows-latest, ubuntu-latest] - go: [1.12, 1.13, 1.14] + go: [1.12, 1.13, 1.14, 1.15] steps: - name: Checkout uses: actions/checkout@v2 @@ -40,7 +40,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, windows-latest, ubuntu-latest] - go: [1.12.16, 1.13.11, 1.14.3] + go: [1.12.16, 1.13.11, 1.14.3, 1.15.2] steps: - name: Checkout uses: actions/checkout@v2