File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3636 - name : Setup Go
3737 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3838 with :
39- go-version : " ~1.24.4 "
39+ go-version : " ~1.24.5 "
4040
4141 - name : Ensure no changes to the CHANGELOG
4242 run : |
Original file line number Diff line number Diff line change 2525 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2626 id : setup-go
2727 with :
28- go-version : " ~1.24.4 "
28+ go-version : " ~1.24.5 "
2929
3030 - name : Cache tools
3131 uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5252 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5353 id : setup-go
5454 with :
55- go-version : " ~1.24.4 "
55+ go-version : " ~1.24.5 "
5656
5757 - name : Cache tools
5858 uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
8484 - name : Set up Go
8585 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
8686 with :
87- go-version : " ~1.24.4 "
87+ go-version : " ~1.24.5 "
8888
8989 - name : Initialize CodeQL
9090 uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
Original file line number Diff line number Diff line change 2727 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2828 id : setup-go
2929 with :
30- go-version : " ~1.24.4 "
30+ go-version : " ~1.24.5 "
3131
3232 - name : Cache tools
3333 uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
@@ -103,7 +103,7 @@ jobs:
103103 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
104104 id : setup-go
105105 with :
106- go-version : " ~1.24.4 "
106+ go-version : " ~1.24.5 "
107107
108108 - name : Cache tools
109109 uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
Original file line number Diff line number Diff line change 2626
2727 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2828 with :
29- go-version : " ~1.24.4 "
29+ go-version : " ~1.24.5 "
3030
3131 - name : Unshallow
3232 run : git fetch --prune --unshallow
Original file line number Diff line number Diff line change 2626
2727 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2828 with :
29- go-version : " ~1.24.4 "
29+ go-version : " ~1.24.5 "
3030
3131 - name : Unshallow
3232 run : git fetch --prune --unshallow
Original file line number Diff line number Diff line change 3030
3131 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3232 with :
33- go-version : " ~1.24.4 "
33+ go-version : " ~1.24.5 "
3434
3535 # TODO: We're currently not using this. Should we?
3636 - name : Read version
Original file line number Diff line number Diff line change 3030
3131 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3232 with :
33- go-version : " ~1.24.4 "
33+ go-version : " ~1.24.5 "
3434
3535 # TODO: We're currently not using this. Should we?
3636 - name : Read version
Original file line number Diff line number Diff line change 3939 - name : Set up Go
4040 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4141 with :
42- go-version : " ~1.24.4 "
42+ go-version : " ~1.24.5 "
4343
4444 - name : " generate release resources"
4545 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 2929 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3030 id : setup-go
3131 with :
32- go-version : " ~1.24.4 "
32+ go-version : " ~1.24.5 "
3333
3434 - name : Check out code into the Go module directory
3535 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments