Skip to content

Commit

Permalink
Update golang to v1.19.5 (#545)
Browse files Browse the repository at this point in the history
* Update golang to v1.19.4

* update to go v1.19.5

---------

Co-authored-by: Konstantinos Angelopoulos <konstantinos.angelopoulos@sap.com>
  • Loading branch information
dkistner and kon-angelo authored Feb 8, 2023
1 parent 29a6eb8 commit a9035cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .test-defs/bastion-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ spec:
--region="$REGION"
--tenant-name="$TENANT_NAME"
--user-name="$USER_NAME"
image: golang:1.19.2
image: golang:1.19.5
2 changes: 1 addition & 1 deletion .test-defs/infrastructure-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ spec:
--region="$REGION"
--tenant-name="$TENANT_NAME"
--user-name="$USER_NAME"
image: golang:1.19.2
image: golang:1.19.5
2 changes: 1 addition & 1 deletion .test-defs/provider-openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spec:
--loadbalancer-provider=$LOADBALANCER_PROVIDER
--network-worker-cidr=$NETWORK_WORKER_CIDR
image: golang:1.19.2
image: golang:1.19.5
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############# builder
FROM golang:1.19.2 AS builder
FROM golang:1.19.5 AS builder

WORKDIR /go/src/github.com/gardener/gardener-extension-provider-openstack
COPY . .
Expand Down

0 comments on commit a9035cb

Please sign in to comment.