Skip to content

Commit

Permalink
chore(deps): update dependency golangci/golangci-lint to v1.59.1 (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 23, 2024
1 parent 1f3c2af commit 63f17e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
- name: Run golangci-lint (CLI)
uses: golangci/golangci-lint-action@v6
with:
version: v1.58.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
version: v1.59.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
args: --timeout 5m

- name: Run golangci-lint (Lib)
uses: golangci/golangci-lint-action@v6
with:
version: v1.58.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
version: v1.59.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
args: --timeout 5m
working-directory: hcloudimages

Expand Down

0 comments on commit 63f17e9

Please sign in to comment.