Skip to content

Commit dd96a80

Browse files
authored
Bump golangci version to v1.45.2 (#40)
Signed-off-by: Adrien Mannocci <[email protected]>
1 parent 74cd22e commit dd96a80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: golangci/golangci-lint-action@v2
4444
with:
4545
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
46-
version: v1.44.2
46+
version: v1.45.2
4747

4848
# Give the job more time to execute.
4949
# Regarding `--whole-files`, the linter is supposed to support linting of changed a patch only but,

dev-tools/mage/linter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const (
3737
linterInstallURL = "https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh"
3838
linterInstallFilename = "./build/intall-golang-ci.sh"
3939
linterBinaryFilename = "./build/golangci-lint"
40-
linterVersion = "v1.44.0"
40+
linterVersion = "v1.45.2"
4141
linterConfigFilename = "./.golangci.yml"
4242
linterConfigTemplateFilename = "./dev-tools/templates/.golangci.yml"
4343
)

0 commit comments

Comments
 (0)