diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 2b4e96091..c88827cdc 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - go: [1.19.x, 1.20.x] + go: [1.21.x, 1.22.x] steps: - name: checkout source code @@ -32,7 +32,7 @@ jobs: - name: run golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.51.2 + version: v1.56.1 args: --verbose - name: run tests diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83354d8d5..cbd165eab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - go: [1.19.x, 1.20.x] + go: [1.21.x, 1.22.x] steps: - name: checkout source code @@ -32,7 +32,7 @@ jobs: - name: run golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.51.2 + version: v1.56.1 args: --verbose - name: run tests