Skip to content

Commit

Permalink
Update to golang1.20 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
guewa authored Jul 18, 2023
1 parent a2385b1 commit 4e34a5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

#### BUILDER ####
FROM golang:1.19.10 AS builder
FROM golang:1.20.6 AS builder

WORKDIR /go/src/github.com/gardener/landscaper-service
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gardener/landscaper-service

go 1.19
go 1.20

require (
github.com/gardener/component-spec/bindings-go v0.0.66
Expand Down
2 changes: 1 addition & 1 deletion integration-test/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gardener/landscaper-service/test/integration

go 1.19
go 1.20

require (
github.com/gardener/component-spec/bindings-go v0.0.66
Expand Down
2 changes: 1 addition & 1 deletion integration-test/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ github.com/gardener/landscaper/pkg/utils
github.com/gardener/landscaper/pkg/utils/read_write_layer
github.com/gardener/landscaper/pkg/utils/tar
# github.com/gardener/landscaper-service v0.0.0-00010101000000-000000000000 => ../
## explicit; go 1.19
## explicit; go 1.20
github.com/gardener/landscaper-service/pkg/apis/core
github.com/gardener/landscaper-service/pkg/apis/core/v1alpha1
github.com/gardener/landscaper-service/pkg/apis/installation
Expand Down

0 comments on commit 4e34a5b

Please sign in to comment.