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.
2 parents 5cc83c7 + d367dc2 commit 4ee1eceCopy full SHA for 4ee1ece
.github/workflows/linters.yaml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/setup-go@v5
18
with:
19
- go-version: "1.22"
+ go-version: "1.23"
20
cache: false
21
- name: Checkout the code
22
uses: actions/checkout@v4
go.mod
@@ -1,6 +1,6 @@
1
module github.com/dell/gofsutil
2
3
-go 1.22
+go 1.23
4
5
require (
6
github.com/sirupsen/logrus v1.9.3
0 commit comments