Commit af567cd 1 parent 041c416 commit af567cd Copy full SHA for af567cd
File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33
33
- name : Setup Go
34
34
uses : actions/setup-go@v5
35
35
with :
36
- go-version : " ~1.23.5 "
36
+ go-version : " ~1.23.6 "
37
37
38
38
- name : Ensure no changes to the CHANGELOG
39
39
run : |
Original file line number Diff line number Diff line change 22
22
uses : actions/setup-go@v5
23
23
id : setup-go
24
24
with :
25
- go-version : " ~1.23.5 "
25
+ go-version : " ~1.23.6 "
26
26
27
27
- name : Cache tools
28
28
uses : actions/cache@v4
46
46
- name : Set up Go
47
47
uses : actions/setup-go@v5
48
48
with :
49
- go-version : " ~1.23.5 "
49
+ go-version : " ~1.23.6 "
50
50
51
51
- name : Cache tools
52
52
uses : actions/cache@v4
79
79
- name : Set up Go
80
80
uses : actions/setup-go@v5
81
81
with :
82
- go-version : " ~1.23.5 "
82
+ go-version : " ~1.23.6 "
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 61
61
uses : actions/setup-go@v5
62
62
id : setup-go
63
63
with :
64
- go-version : " ~1.23.5 "
64
+ go-version : " ~1.23.6 "
65
65
- name : Cache tools
66
66
uses : actions/cache@v4
67
67
with :
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.23.5 "
39
+ go-version : " ~1.23.6 "
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 26
26
uses : actions/setup-go@v5
27
27
id : setup-go
28
28
with :
29
- go-version : " ~1.23.5 "
29
+ go-version : " ~1.23.6 "
30
30
31
31
- name : Check out code into the Go module directory
32
32
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments