diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a16302d..074034a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,13 +8,13 @@ on: env: GO111MODULE: on - GOLANGCI_LINT_VERSION: 1.27.0 + GOLANGCI_LINT_VERSION: 1.42.1 jobs: test: strategy: matrix: - go-versions: [1.12.x, 1.13.x, 1.14.x] + go-versions: [1.15.x, 1.16.x, 1.17.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: @@ -50,7 +50,7 @@ jobs: - name: Install Go uses: actions/setup-go@v1 with: - go-version: 1.13.x + go-version: 1.17.x - name: Checkout code uses: actions/checkout@v2 - uses: actions/cache@v1