Skip to content

Commit

Permalink
Merge pull request #43 from Financial-Times/fix/golancli-lint-version…
Browse files Browse the repository at this point in the history
…-update

version update lint
  • Loading branch information
lokendersinghft authored Aug 14, 2024
2 parents 81ab7cb + 73eae8f commit e883177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: Runs golangci-lint toool with predefined linters' config
parameters:
golangci-lint-version:
type: string
default: "v1.56.1"
default: "v1.60.1"
golangci-config:
description: >
Location for golangci config file to be used (downloaded with wget)
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parameters:
default: default
golangci-lint-version:
type: string
default: "v1.56.1"
default: "v1.60.1"
golangci-config:
description: >
Location for golangci config file to be used (downloaded with wget)
Expand Down

0 comments on commit e883177

Please sign in to comment.