diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fda182a..c77081b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: go-version-file: go.mod cache: false - name: Ensure code formatting and style is consistent - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v4 with: version: v1.45.2 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 88edd5f..d5f712f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -16,7 +16,7 @@ jobs: go-version-file: go.mod cache: false - name: Ensure code formatting and style is consistent - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v4 with: version: v1.45.2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef4d198..735c7ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: go-version-file: go.mod cache: false - name: Ensure code formatting and style is consistent - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v4 with: version: v1.45.2