diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 11f74cee..03c9a73a 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -42,6 +42,8 @@ jobs: steps: - name: Download Go uses: actions/setup-go@v5 + with: + go-version: 'stable' - name: Checkout the code uses: actions/checkout@v4 - name: Vendor packages diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 17fddde3..33803661 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -24,7 +24,7 @@ jobs: run: | go mod vendor - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v4 with: version: latest skip-cache: true