File tree 4 files changed +4
-4
lines changed
build/noderesourcetopology-plugin
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 47
47
- name : Set up golang
48
48
uses : actions/setup-go@v3
49
49
with :
50
- go-version : 1.22
50
+ go-version : 1.23
51
51
52
52
- name : Run integration test
53
53
run :
Original file line number Diff line number Diff line change 26
26
uses : actions/setup-go@v3
27
27
id : go
28
28
with :
29
- go-version : 1.22
29
+ go-version : 1.23
30
30
31
31
- name : Set release version env var
32
32
run : |
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.22 as builder
15
+ FROM golang:1.23 as builder
16
16
17
17
WORKDIR /go/src/sigs.k8s.io/scheduler-plugins
18
18
COPY . .
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi
2
2
3
3
ENV HOME=/home/ci
4
4
ENV GOROOT=/usr/local/go
5
- ENV GOVERSION=1.22 .2
5
+ ENV GOVERSION=1.23 .2
6
6
ENV GOPATH=/go
7
7
ENV GOBIN=${GOPATH}/bin
8
8
ENV PATH=${PATH}:${GOROOT}/bin:${GOBIN}
You can’t perform that action at this time.
0 commit comments