Skip to content

Commit db4dcd3

Browse files
authored
ci: update golangci-lint (#32)
1 parent db91496 commit db4dcd3

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Justfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,4 @@ lint: vet
4242
# locally install build dependencies
4343
[group('build')]
4444
init:
45-
go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.8.0
46-
45+
go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.11.4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module cattlecloud.net/go/atomicfs
22

3-
go 1.25
3+
go 1.26
44

55
require github.com/shoenig/test v1.13.2
66

0 commit comments

Comments
 (0)