Skip to content

Commit

Permalink
fix(deps): update go
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot committed May 8, 2024
1 parent 2344b5d commit 79a975b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
# renovate: datasource=golang-version depName=golang
GO_VERSION: '1.22.3'
# renovate: datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION: 'v1.58.0'
GOLANGCI_LINT_VERSION: 'v1.58.1'

jobs:
build:
Expand Down Expand Up @@ -47,6 +47,6 @@ jobs:
id: go

- name: golangci-lint
uses: golangci/golangci-lint-action@23faadfdeb23a6f9e511beaba149bb123b5b145a # v6
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6
with:
version: ${{ env.GOLANGCI_LINT_VERSION }}

0 comments on commit 79a975b

Please sign in to comment.