We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8046f93 commit 5fedfa0Copy full SHA for 5fedfa0
versions.go
@@ -2,13 +2,13 @@ package build
2
3
const (
4
// renovate: github.com/rhysd/actionlint
5
- verActionlint = "v1.7.7"
+ verActionlint = "v1.7.8"
6
// renovate: github.com/golangci/golangci-lint/v2
7
verGolangCILint = "v2.5.0"
8
// renovate: github.com/wasilibs/go-prettier/v3
9
verGoPrettier = "v3.6.2"
10
// renovate: github.com/wasilibs/go-shellcheck
11
- verGoShellcheck = "v0.11.0"
+ verGoShellcheck = "v0.11.1"
12
// renovate: gotest.tools/gotestsum
13
verGoTestsum = "v1.13.0"
14
// renovate: github.com/wasilibs/go-yamllint
0 commit comments