Skip to content

Commit

Permalink
Update dependency golangci/golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 9, 2024
1 parent bf91752 commit 36cec41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- name: Lint go code with golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6
with:
version: v1.58.2
version: v1.59.1
working-directory: backend
- name: Lint go code with golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6
with:
version: v1.58.2
version: v1.59.1
working-directory: notify
go-test:
name: Verify go tests
Expand Down
2 changes: 1 addition & 1 deletion backend/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lint backend:
stage: test
image: golangci/golangci-lint:v1.58.2-alpine@sha256:511101feba931bd578164b77714d1cee015d8980e0d40033c378b6626193e4ab
image: golangci/golangci-lint:v1.59.0-alpine@sha256:18984e6024cdbceb328b75c928b804c399e7888f7d2d9d84232b597b221b1104
timeout: 10m
script:
- cd backend
Expand Down
2 changes: 1 addition & 1 deletion notify/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lint notify:
stage: test
image: golangci/golangci-lint:v1.58.2-alpine@sha256:511101feba931bd578164b77714d1cee015d8980e0d40033c378b6626193e4ab
image: golangci/golangci-lint:v1.59.0-alpine@sha256:18984e6024cdbceb328b75c928b804c399e7888f7d2d9d84232b597b221b1104
timeout: 10m
script:
- cd notify
Expand Down

0 comments on commit 36cec41

Please sign in to comment.