Skip to content

Commit

Permalink
fix: renovate version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed Aug 17, 2024
1 parent 6101ddb commit 0c277ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
# renovate: datasource=github-releases depName=golangci/golangci-lint
version: v1.60.1
args: --timeout=5m

# ------------------------------
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/jippi/dottie

// datasource=golang-version depName=golang/go
// renovate: datasource=golang-version depName=golang/go
go 1.23

replace github.com/go-playground/validator/v10 => github.com/jippi/go-validator/v10 v10.0.0-20240202193343-be965b89f3aa
Expand Down

0 comments on commit 0c277ad

Please sign in to comment.