Skip to content

Commit

Permalink
chore(ci): update golangci-lint to v1.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm committed Jul 1, 2024
1 parent 2772577 commit e60beff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .anvil.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"generated_at": "2024-06-15T22:08:44.611186094Z",
"version": "1.2.16",
"generated_at": "2024-07-01T10:11:43.362801544Z",
"version": "1.2.17",
"files": [
{
"path": ".editorconfig"
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@v2.0.0
with:
binary: "golangci-lint"
version: "1.59.0"
version: "1.59.1"
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.59.0
golangci-lint-version: 1.59.1

run:
# golang-ci lint runtime timeout
Expand Down

0 comments on commit e60beff

Please sign in to comment.