File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
16
16
with :
17
17
fetch-depth : 0
18
- - name : Set up Go 1.24
18
+ - name : Set up Go 1.25
19
19
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
20
20
with :
21
- go-version : 1.24 .x
21
+ go-version : 1.25 .x
22
22
check-latest : true
23
23
cache : false # don't save & restore build caches because golangci-lint action does it internally
24
24
- name : Get dependencies
@@ -36,10 +36,10 @@ jobs:
36
36
37
37
steps :
38
38
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
39
- - name : Set up Go 1.24
39
+ - name : Set up Go 1.25
40
40
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
41
41
with :
42
- go-version : 1.24 .x
42
+ go-version : 1.25 .x
43
43
check-latest : true
44
44
cache : true
45
45
Original file line number Diff line number Diff line change 70
70
- name : Set up Go
71
71
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
72
72
with :
73
- go-version : 1.24 .x
73
+ go-version : 1.25 .x
74
74
check-latest : true
75
75
cache : true
76
76
- name : Run go list
Original file line number Diff line number Diff line change 1
1
module nodemon
2
2
3
- go 1.24 .0
3
+ go 1.25 .0
4
4
5
5
require (
6
6
codnect.io/chrono v1.1.3
You can’t perform that action at this time.
0 commit comments