Skip to content

Commit b48119f

Browse files
committed
Bump go and golangci-lint to latest version
1 parent 6ee0d6b commit b48119f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
2121
with:
22-
version: v1.55.1
22+
version: v1.61.0
2323
args: --timeout=8m

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/trillian
22

3-
go 1.22.6
3+
go 1.22.7
44

55
require (
66
bitbucket.org/creachadair/shell v0.0.8

0 commit comments

Comments
 (0)