Skip to content

Commit

Permalink
update go version to v1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DockToFuture committed Oct 25, 2022
1 parent 51b857c commit 3a4cd09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.18.1 AS builder
FROM golang:1.19.2 AS builder

WORKDIR /go/src/github.com/gardener/gardener-extension-networking-calico
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/gardener-extension-networking-calico

go 1.18
go 1.19

require (
github.com/ahmetb/gen-crd-api-reference-docs v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/charts/charts_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
Expand Down

0 comments on commit 3a4cd09

Please sign in to comment.