From 141ac2794d2bfc46e8568d8e8f6235d1411d21ce Mon Sep 17 00:00:00 2001 From: "Alan D. Cabrera" Date: Sat, 26 Oct 2024 10:40:22 -0700 Subject: [PATCH] Update CI checks --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da2049c..7b042eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: test: strategy: matrix: - go-version: [ 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x ] + go-version: [ 1.21.x, 1.22.x, 1.23.x ] os: [ ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: @@ -32,13 +32,13 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.16.x + go-version: 1.23.x - name: Checkout code uses: actions/checkout@v2 - name: Linting uses: golangci/golangci-lint-action@v3 with: - version: v1.46 + version: v1.61 coverage: runs-on: ubuntu-latest @@ -47,7 +47,7 @@ jobs: if: success() uses: actions/setup-go@v2 with: - go-version: 1.16.x + go-version: 1.23.x - name: Checkout code uses: actions/checkout@v2 - name: Calc coverage