From 4acc96973c0457b6b9548515599b47058411514c Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Wed, 11 Dec 2024 21:17:59 +0800 Subject: [PATCH] chore: update GitHub actions --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0434350..4c860cc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,20 +42,20 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '^1.16' + go-version: '^1.20' cache: false - name: Setup and run golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 with: - version: v1.57.2 + version: v1.62.2 args: --timeout 5m -v -E gofumpt -E gocritic -E misspell -E revive -E godot test: needs: lint strategy: fail-fast: false matrix: - go: [1.13, 1.22] + go: [1.13, 1.23] os: [ubuntu-latest, macos-latest, windows-latest] include: # TODO(panjf2000): There is an uncanny issue arising when downloading