Skip to content

Commit 177506f

Browse files
committed
Update golangci.com config to 1.22.x release.
1 parent c1673d2 commit 177506f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ run:
105105
# golangci.com configuration
106106
# https://github.com/golangci/golangci/wiki/Configuration
107107
service:
108-
golangci-lint-version: 1.20.x # use the fixed version to not introduce new linters unexpectedly
108+
golangci-lint-version: 1.22.x # use the fixed version to not introduce new linters unexpectedly
109109
prepare:
110110
- echo "here I can run custom commands, but no preparation needed for this repo"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ run:
10211021
# golangci.com configuration
10221022
# https://github.com/golangci/golangci/wiki/Configuration
10231023
service:
1024-
golangci-lint-version: 1.20.x # use the fixed version to not introduce new linters unexpectedly
1024+
golangci-lint-version: 1.22.x # use the fixed version to not introduce new linters unexpectedly
10251025
prepare:
10261026
- echo "here I can run custom commands, but no preparation needed for this repo"
10271027
```

0 commit comments

Comments
 (0)