Skip to content

Commit 88b6c25

Browse files
tpoundsjirfag
authored andcommitted
Update golangci.com config to 1.22.x release. (#904)
1 parent 47a885c commit 88b6c25

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
@@ -106,6 +106,6 @@ run:
106106
# golangci.com configuration
107107
# https://github.com/golangci/golangci/wiki/Configuration
108108
service:
109-
golangci-lint-version: 1.20.x # use the fixed version to not introduce new linters unexpectedly
109+
golangci-lint-version: 1.22.x # use the fixed version to not introduce new linters unexpectedly
110110
prepare:
111111
- 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
@@ -1045,7 +1045,7 @@ run:
10451045
# golangci.com configuration
10461046
# https://github.com/golangci/golangci/wiki/Configuration
10471047
service:
1048-
golangci-lint-version: 1.20.x # use the fixed version to not introduce new linters unexpectedly
1048+
golangci-lint-version: 1.22.x # use the fixed version to not introduce new linters unexpectedly
10491049
prepare:
10501050
- echo "here I can run custom commands, but no preparation needed for this repo"
10511051
```

0 commit comments

Comments
 (0)