Skip to content

Commit 4ee1ece

Browse files
authored
Merge pull request dell#48 from dell/go-1.23
Update go version to 1.23
2 parents 5cc83c7 + d367dc2 commit 4ee1ece

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v5
1818
with:
19-
go-version: "1.22"
19+
go-version: "1.23"
2020
cache: false
2121
- name: Checkout the code
2222
uses: actions/checkout@v4

go.mod

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

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/sirupsen/logrus v1.9.3

0 commit comments

Comments
 (0)