File tree 5 files changed +5
-7
lines changed
5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
build_root_image :
2
2
name : release
3
3
namespace : openshift
4
- tag : golang-1.20
4
+ tag : golang-1.21
Original file line number Diff line number Diff line change 16
16
- name : Set up Go
17
17
uses : actions/setup-go@v2
18
18
with :
19
- go-version : ' 1.20 '
19
+ go-version : ' 1.21 '
20
20
21
21
- name : Build
22
22
run : go build -v ./...
Original file line number Diff line number Diff line change 1
- FROM openshift/origin-release:golang-1.20 AS build
1
+ FROM openshift/origin-release:golang-1.21 AS build
2
2
WORKDIR /go/src
3
3
COPY . /go/src
4
4
RUN GIT_COMMIT=$(git rev-parse HEAD) && \
Original file line number Diff line number Diff line change 1
1
module github.com/redhat-developer/gitops-backend
2
2
3
- go 1.19
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/argoproj/argo-cd v0.8.1-0.20210326223336-719d6a9c252e
Original file line number Diff line number Diff line change 1
1
# Dockerfile to bootstrap build and test in openshift-ci
2
2
3
- FROM registry.ci.openshift.org/openshift/release:golang-1.20
4
-
5
- RUN yum -y install dnf httpd-tools
3
+ FROM registry.ci.openshift.org/openshift/release:golang-1.21
You can’t perform that action at this time.
0 commit comments