File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
14
14
with :
15
- go-version : 1.24.4
15
+ go-version : 1.24.5
16
16
17
17
- name : Install go tooling
18
18
run : |
Original file line number Diff line number Diff line change 21
21
- name : Set up Go
22
22
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
23
23
with :
24
- go-version : 1.24.4
24
+ go-version : 1.24.5
25
25
26
26
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
27
27
with :
Original file line number Diff line number Diff line change 20
20
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
21
21
with :
22
22
# renovate: go-version
23
- go-version : 1.24.4
23
+ go-version : 1.24.5
24
24
25
25
- name : Run go tests
26
26
run : |
You can’t perform that action at this time.
0 commit comments