We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee0d6b commit b48119fCopy full SHA for b48119f
.github/workflows/golangci-lint.yml
@@ -19,5 +19,5 @@ jobs:
19
- name: golangci-lint
20
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
21
with:
22
- version: v1.55.1
+ version: v1.61.0
23
args: --timeout=8m
go.mod
@@ -1,6 +1,6 @@
1
module github.com/google/trillian
2
3
-go 1.22.6
+go 1.22.7
4
5
require (
6
bitbucket.org/creachadair/shell v0.0.8
0 commit comments