Skip to content

Commit

Permalink
chore(golangci): update golangci-lint to v.1.64.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm authored and github-actions[bot] committed Feb 14, 2025
1 parent 840137b commit a43b6c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .anvil.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generated_at": "2025-02-14T16:32:45.063383387Z",
"generated_at": "2025-02-14T17:24:59.861133958Z",
"version": "1.2.26",
"files": [
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: giantswarm/install-binary-action@v3.0.0
with:
binary: "golangci-lint"
version: "1.64.3"
version: "1.64.5"
download_url: "https://github.com/golangci/golangci-lint/releases/download/v${version}/golangci-lint-${version}-linux-amd64.tar.gz"
tarball_binary_path: "*/${binary}"
smoke_test: "${binary} --version"
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/golangci/golangci/wiki/Configuration
service:
# use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.64.3
golangci-lint-version: 1.64.5

run:
# golang-ci lint runtime timeout
Expand Down

0 comments on commit a43b6c9

Please sign in to comment.