Skip to content

Commit

Permalink
update to Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Aug 18, 2023
1 parent ffadba7 commit f4ecb24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ presubmits:
clone_uri: ssh://[email protected]/kubermatic/telemetry-client.git
spec:
containers:
- image: quay.io/kubermatic/build:go-1.19-node-18-8
- image: quay.io/kubermatic/build:go-1.21-node-18-1
command:
- make
args:
Expand Down
2 changes: 0 additions & 2 deletions hack/create-docker-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ if [ -z "$TAGS" ]; then
exit 1
fi

apt install time -y

echo "Logging into Quay"
start-docker.sh
docker login -u "$QUAY_IO_USERNAME" -p "$QUAY_IO_PASSWORD" quay.io
Expand Down

0 comments on commit f4ecb24

Please sign in to comment.