We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3639b5d commit 44dcd5eCopy full SHA for 44dcd5e
.github/workflows/pr-build.yml
@@ -232,12 +232,12 @@ jobs:
232
go run gotest.tools/gotestsum@latest --format testname --junitfile test-results/unit-tests.xml
233
234
- name: golangci-lint
235
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v8.0.0
236
with:
237
# Require: The version of golangci-lint to use.
238
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
239
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
240
- version: v1.54
+ version: v2.2.1
241
working-directory: services/community
242
243
0 commit comments