diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c77081b..62efea0 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@v4 + uses: golangci/golangci-lint-action@v6 with: version: v1.45.2 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d5f712f..ccccfb3 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@v4 + uses: golangci/golangci-lint-action@v6 with: version: v1.45.2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 735c7ed..d3a6ea5 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@v4 + uses: golangci/golangci-lint-action@v6 with: version: v1.45.2