File tree 8 files changed +9
-9
lines changed
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 31
31
with :
32
32
fetch-depth : 0
33
33
- name : Setup Go
34
- uses : actions/setup-go@v4
34
+ uses : actions/setup-go@v5
35
35
with :
36
36
go-version : " 1.20"
37
37
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-22.04
17
17
steps :
18
18
- name : Set up Go
19
- uses : actions/setup-go@v3
19
+ uses : actions/setup-go@v5
20
20
with :
21
21
go-version : " ~1.21.1"
22
22
31
31
runs-on : ubuntu-22.04
32
32
steps :
33
33
- name : Set up Go
34
- uses : actions/setup-go@v4
34
+ uses : actions/setup-go@v5
35
35
with :
36
36
go-version : " ~1.21.1"
37
37
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 38
38
uses : actions/checkout@v4
39
39
40
40
- name : Set up Go
41
- uses : actions/setup-go@v4
41
+ uses : actions/setup-go@v5
42
42
with :
43
43
go-version : " ~1.21.3"
44
44
cache-dependency-path : |
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
20
- - uses : actions/setup-go@v4
20
+ - uses : actions/setup-go@v5
21
21
with :
22
22
go-version : ' ~1.21.3'
23
23
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v4
23
23
24
- - uses : actions/setup-go@v4
24
+ - uses : actions/setup-go@v5
25
25
with :
26
26
go-version : ' ~1.21.3'
27
27
cache-dependency-path : ' cmd/operator-opamp-bridge/go.sum'
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v4
23
23
24
- - uses : actions/setup-go@v4
24
+ - uses : actions/setup-go@v5
25
25
with :
26
26
go-version : ' ~1.21.3'
27
27
cache-dependency-path : ' cmd/otel-allocator/go.sum'
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-22.04
9
9
steps :
10
10
- name : Set up Go
11
- uses : actions/setup-go@v3
11
+ uses : actions/setup-go@v5
12
12
with :
13
13
go-version : " ~1.21.1"
14
14
Original file line number Diff line number Diff line change 23
23
steps :
24
24
25
25
- name : Set up Go
26
- uses : actions/setup-go@v4
26
+ uses : actions/setup-go@v5
27
27
with :
28
28
go-version : " ~1.21.1"
29
29
You can’t perform that action at this time.
0 commit comments