Skip to content

Commit 5f99df5

Browse files
committed
Update /hack/go-test.sh to golang 1.20
It was previously set to 1.18 and needed to be bumped to match move to golang 1.20.
1 parent 9490a4b commit 5f99df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/go-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ else
88
--env IS_CONTAINER=TRUE \
99
--volume "${PWD}:/go/src/github.com/openshift/installer:z" \
1010
--workdir /go/src/github.com/openshift/installer \
11-
docker.io/golang:1.18 \
11+
docker.io/golang:1.20 \
1212
./hack/go-test.sh "${@}"
1313
fi

0 commit comments

Comments
 (0)