Skip to content

Commit ed4b879

Browse files
Merge pull request openshift#7270 from rwsu/update-go-test-to-go-1.20
Update hack/go-test.sh to golang 1.20
2 parents 9e121ad + 5f99df5 commit ed4b879

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)