File tree 8 files changed +10
-10
lines changed
8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 21
21
- name : Set up Go
22
22
uses : actions/setup-go@v5
23
23
with :
24
- go-version : " ~1.22 .1"
24
+ go-version : " ~1.21 .1"
25
25
26
26
- name : Cache tools
27
27
uses : actions/cache@v4
45
45
- name : Set up Go
46
46
uses : actions/setup-go@v5
47
47
with :
48
- go-version : " ~1.22 .1"
48
+ go-version : " ~1.21 .1"
49
49
50
50
- name : Cache tools
51
51
uses : actions/cache@v4
79
79
- name : Set up Go
80
80
uses : actions/setup-go@v5
81
81
with :
82
- go-version : " ~1.22 .1"
82
+ go-version : " ~1.21 .1"
83
83
84
84
- name : Initialize CodeQL
85
85
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 45
45
- name : Set up Go
46
46
uses : actions/setup-go@v5
47
47
with :
48
- go-version : " ~1.22.0 "
48
+ go-version : " ~1.21.3 "
49
49
- name : Cache tools
50
50
uses : actions/cache@v4
51
51
with :
Original file line number Diff line number Diff line change 19
19
20
20
- uses : actions/setup-go@v5
21
21
with :
22
- go-version : ' ~1.22.1 '
22
+ go-version : ' ~1.21.3 '
23
23
24
24
- name : Unshallow
25
25
run : git fetch --prune --unshallow
Original file line number Diff line number Diff line change 23
23
24
24
- uses : actions/setup-go@v5
25
25
with :
26
- go-version : ' ~1.22.1 '
26
+ go-version : ' ~1.21.3 '
27
27
28
28
# TODO: We're currently not using this. Should we?
29
29
- name : Read version
Original file line number Diff line number Diff line change 23
23
24
24
- uses : actions/setup-go@v5
25
25
with :
26
- go-version : ' ~1.22.1 '
26
+ go-version : ' ~1.21.3 '
27
27
28
28
# TODO: We're currently not using this. Should we?
29
29
- name : Read version
Original file line number Diff line number Diff line change 36
36
- name : Set up Go
37
37
uses : actions/setup-go@v5
38
38
with :
39
- go-version : " ~1.22 .1"
39
+ go-version : " ~1.21 .1"
40
40
41
41
- name : " generate release resources"
42
42
run : make release-artifacts IMG_PREFIX="ghcr.io/open-telemetry/opentelemetry-operator" VERSION=${DESIRED_VERSION}
Original file line number Diff line number Diff line change 25
25
- name : Set up Go
26
26
uses : actions/setup-go@v5
27
27
with :
28
- go-version : " ~1.22 .1"
28
+ go-version : " ~1.21 .1"
29
29
30
30
- name : Check out code into the Go module directory
31
31
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
1
module github.com/open-telemetry/opentelemetry-operator
2
2
3
- go 1.22
3
+ go 1.21
4
4
5
5
retract v1.51.0
6
6
You can’t perform that action at this time.
0 commit comments