Skip to content

Commit ef50f2f

Browse files
committed
deps: update dependency golangci/golangci-lint to v1.59.1
1 parent 23a5995 commit ef50f2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: golangci/golangci-lint-action@v6
1818
with:
19-
version: v1.59.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
19+
version: v1.59.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
2020

2121
# In general linting is quite fast with warm caches, but a fresh run might
2222
# take some time.

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test:acceptance:
1616

1717
test:golangci-lint:
1818
stage: test
19-
image: golangci/golangci-lint:v1.59.0
19+
image: golangci/golangci-lint:v1.59.1
2020
script:
2121
- golangci-lint run -v
2222
except:

0 commit comments

Comments
 (0)