File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11build_root_image :
22 name : release
33 namespace : openshift
4- tag : golang-1.21
4+ tag : golang-1.22
Original file line number Diff line number Diff line change 1616 - name : Set up Go
1717 uses : actions/setup-go@v2
1818 with :
19- go-version : ' 1.21 '
19+ go-version : ' 1.22 '
2020
2121 - name : Build
2222 run : go build -v ./...
Original file line number Diff line number Diff line change 1- FROM golang:1.21 AS build
1+ FROM golang:1.22 AS build
22WORKDIR /go/src
33COPY . /go/src
44RUN GIT_COMMIT=$(git rev-parse HEAD) && \
Original file line number Diff line number Diff line change 11module github.com/redhat-developer/gitops-backend
22
3- go 1.21
3+ go 1.22
44
55require (
66 github.com/argoproj/argo-cd v0.8.1-0.20210326223336-719d6a9c252e
Original file line number Diff line number Diff line change 11# Dockerfile to bootstrap build and test in openshift-ci
22
3- FROM registry.ci.openshift.org/openshift/release:golang-1.21
3+ FROM registry.ci.openshift.org/openshift/release:golang-1.22
You can’t perform that action at this time.
0 commit comments