File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
- name : Set up Go
26
26
uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
27
27
with :
28
- go-version : " 1.24.5 "
28
+ go-version : " 1.25.1 "
29
29
30
30
- name : Build
31
31
run : go build -v ./...
41
41
- name : Set up Go
42
42
uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
43
43
with :
44
- go-version : " 1.24.5 "
44
+ go-version : " 1.25.1 "
45
45
46
46
- name : Build
47
47
run : go build -v ./...
59
59
- name : Set up Go
60
60
uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
61
61
with :
62
- go-version : " 1.24.5 "
62
+ go-version : " 1.25.1 "
63
63
64
64
- name : install gcc-aarch64-linux-gnu
65
65
run : |
87
87
- name : Set up Go
88
88
uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
89
89
with :
90
- go-version : " 1.24.5 "
90
+ go-version : " 1.25.1 "
91
91
92
92
- name : generate binaries
93
93
run : |
You can’t perform that action at this time.
0 commit comments