File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
- name : Set up Go
31
31
uses : actions/setup-go@c4c114188661c0fa735e5b938764519fc6e8efa9
32
32
with :
33
- go-version : 1.24.0
33
+ go-version : 1.24.1
34
34
35
35
- name : Login to Docker Hub
36
36
uses : docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
Original file line number Diff line number Diff line change 14
14
- name : Set up Go
15
15
uses : actions/setup-go@c4c114188661c0fa735e5b938764519fc6e8efa9
16
16
with :
17
- go-version : " 1.24.0 "
17
+ go-version : " 1.24.1 "
18
18
19
19
- name : Install dependencies
20
20
run : go mod download
Original file line number Diff line number Diff line change 14
14
- name : Set up Go
15
15
uses : actions/setup-go@c4c114188661c0fa735e5b938764519fc6e8efa9
16
16
with :
17
- go-version : " 1.24.0 "
17
+ go-version : " 1.24.1 "
18
18
19
19
- name : Install dependencies
20
20
run : go mod download
You can’t perform that action at this time.
0 commit comments