Skip to content

Commit 9b7b506

Browse files
Bump golang to 1.18.6 (#885)
Co-authored-by: Manjunath A Kumatagi <[email protected]>
1 parent 54c3012 commit 9b7b506

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
# Build the manager binary
18-
FROM golang:1.18.5 as builder
18+
FROM golang:1.18.6 as builder
1919

2020
WORKDIR /workspace
2121
# Copy the Go Modules manifests

hack/ccm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG GOLANG_IMAGE=golang:1.18.5
17+
ARG GOLANG_IMAGE=golang:1.18.6
1818
ARG TARGETPLATFORM=linux/amd64
1919
ARG ARCH=amd64
2020

0 commit comments

Comments
 (0)