Skip to content

Commit 44dcd5e

Browse files
committed
Upgrade golangci-lint
1 parent 3639b5d commit 44dcd5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,12 +232,12 @@ jobs:
232232
go run gotest.tools/gotestsum@latest --format testname --junitfile test-results/unit-tests.xml
233233
234234
- name: golangci-lint
235-
uses: golangci/golangci-lint-action@v3
235+
uses: golangci/golangci-lint-action@v8.0.0
236236
with:
237237
# Require: The version of golangci-lint to use.
238238
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
239239
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
240-
version: v1.54
240+
version: v2.2.1
241241
working-directory: services/community
242242

243243

0 commit comments

Comments
 (0)