diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a978f1e..49a982c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - uses: actions/setup-go@v3 with: - go-version: "1.18" + go-version: ${{ vars.RTLDEV_MW_CI_GOLANG_VERSION }} check-latest: true - name: Super Linter Code Base uses: github/super-linter/slim@v4 @@ -47,10 +47,8 @@ jobs: strategy: matrix: go-version: - - 1.15 - - 1.16 - - 1.17 - - 1.18 + - "1.20" + - ${{ vars.RTLDEV_MW_CI_GOLANG_VERSION }} runs-on: ubuntu-latest needs: test