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 db91496 commit db4dcd3Copy full SHA for db4dcd3
2 files changed
Justfile
@@ -42,5 +42,4 @@ lint: vet
42
# locally install build dependencies
43
[group('build')]
44
init:
45
- go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.8.0
46
-
+ go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.11.4
go.mod
@@ -1,6 +1,6 @@
1
module cattlecloud.net/go/atomicfs
2
3
-go 1.25
+go 1.26
4
5
require github.com/shoenig/test v1.13.2
6
0 commit comments