diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 08a8b8d4..cae808e3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v8 with: - version: v2.4.0 + version: v2.11.4 args: --timeout=30m install-mode: binary verify: false \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3afe9684..e6da2b41 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: ~1.20 + go-version: ~1.26.0 continue-on-error: true - name: Build run: | @@ -57,7 +57,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: ~1.21 + go-version: ~1.26.0 continue-on-error: true - name: Build run: | @@ -73,7 +73,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: ~1.22 + go-version: ~1.26.0 continue-on-error: true - name: Build run: |