From 1a334d431924dce7962a99c9e2382eeb48ab642a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:13:38 +0000 Subject: [PATCH] chore(deps): update golang to v1.20.7 Signed-off-by: renovate[bot] --- .github/workflows/integration-tests.yaml | 2 +- .github/workflows/tests.yml | 2 +- Dockerfile | 2 +- Makefile | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 50d6cdca0..26eb92d1e 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -36,7 +36,7 @@ jobs: uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 with: # renovate: datasource=golang-version depName=go - go-version: '1.20.6' + go-version: '1.20.7' - name: Build hubble CLI run: make - name: Set up Helm diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ca575b6cb..bee5a7430 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 with: # renovate: datasource=golang-version depName=go - go-version: '1.20.6' + go-version: '1.20.7' - name: Run static checks uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0 with: diff --git a/Dockerfile b/Dockerfile index a9e7b24e8..273d59005 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.20.6-alpine3.18@sha256:7839c9f01b5502d7cb5198b2c032857023424470b3e31ae46a8261ffca72912a as builder +FROM docker.io/library/golang:1.20.7-alpine3.18@sha256:7efb78dac256c450d194e556e96f80936528335033a26d703ec8146cec8c2090 as builder WORKDIR /go/src/github.com/cilium/hubble RUN apk add --no-cache git make COPY . . diff --git a/Makefile b/Makefile index d2d917b8e..0501997ce 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,8 @@ GOLANGCILINT_IMAGE_SHA = sha256:1e0e2867b387bf68762427db499a963e43582b06819992db GOLANGCILINT_VERSION = $(shell golangci-lint version 2>/dev/null) # renovate: datasource=docker depName=library/golang -GOLANG_IMAGE_VERSION = 1.20.6-alpine3.18 -GOLANG_IMAGE_SHA = sha256:7839c9f01b5502d7cb5198b2c032857023424470b3e31ae46a8261ffca72912a +GOLANG_IMAGE_VERSION = 1.20.7-alpine3.18 +GOLANG_IMAGE_SHA = sha256:7efb78dac256c450d194e556e96f80936528335033a26d703ec8146cec8c2090 all: hubble