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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
14
14
with :
15
- go-version : 1.24.2
15
+ go-version : 1.24.3
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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
23
23
with :
24
- go-version : 1.24.2
24
+ go-version : 1.24.3
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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
21
21
with :
22
22
# renovate: go-version
23
- go-version : 1.24.2
23
+ go-version : 1.24.3
24
24
25
25
- name : Run go tests
26
26
run : |
You can’t perform that action at this time.
0 commit comments