Skip to content

Commit 5fedfa0

Browse files
Update Go tools (#122)
Co-authored-by: curioswitch[bot] <187465413+curioswitch[bot]@users.noreply.github.com>
1 parent 8046f93 commit 5fedfa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ package build
22

33
const (
44
// renovate: github.com/rhysd/actionlint
5-
verActionlint = "v1.7.7"
5+
verActionlint = "v1.7.8"
66
// renovate: github.com/golangci/golangci-lint/v2
77
verGolangCILint = "v2.5.0"
88
// renovate: github.com/wasilibs/go-prettier/v3
99
verGoPrettier = "v3.6.2"
1010
// renovate: github.com/wasilibs/go-shellcheck
11-
verGoShellcheck = "v0.11.0"
11+
verGoShellcheck = "v0.11.1"
1212
// renovate: gotest.tools/gotestsum
1313
verGoTestsum = "v1.13.0"
1414
// renovate: github.com/wasilibs/go-yamllint

0 commit comments

Comments
 (0)