diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 67f025c02..30c86ffb8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - go: ["1.18.x", "1.19.x", "1.20.x"] + go: ["1.21.x", "1.22.x", "1.23.x"] arch: ["amd64", "386"] env: @@ -35,9 +35,9 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: dominikh/staticcheck-action@v1.3.0 + - uses: dominikh/staticcheck-action@v1.3.1 with: - version: "2023.1.3" + version: "2024.1.1" install-go: false code-coverage: