From 404830083679765242dbf88a25bdf38c87b172ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:48:27 +0000 Subject: [PATCH] chore(deps): update golang to v1.21.1 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 20245abae..3c5a15d37 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -33,7 +33,7 @@ jobs: uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: # renovate: datasource=golang-version depName=go - go-version: '1.20.8' + go-version: '1.21.1' - name: Build hubble CLI run: make - name: Set up Helm diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a6a687ee5..278af0540 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: # renovate: datasource=golang-version depName=go - go-version: '1.20.8' + go-version: '1.21.1' - name: Run static checks uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0 with: diff --git a/Dockerfile b/Dockerfile index 8f6ebd7cc..f0f55fcf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.20.8-alpine3.18@sha256:c63dbdb3cca37abbee4c50f61e34b1d043c2669d03f34485f9ee6fe5feed4e48 as builder +FROM docker.io/library/golang:1.21.1-alpine3.18@sha256:96634e55b363cb93d39f78fb18aa64abc7f96d372c176660d7b8b6118939d97b as builder WORKDIR /go/src/github.com/cilium/hubble RUN apk add --no-cache git make COPY . . diff --git a/Makefile b/Makefile index 678795a23..fb07bf035 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.8-alpine3.18 -GOLANG_IMAGE_SHA = sha256:c63dbdb3cca37abbee4c50f61e34b1d043c2669d03f34485f9ee6fe5feed4e48 +GOLANG_IMAGE_VERSION = 1.21.1-alpine3.18 +GOLANG_IMAGE_SHA = sha256:96634e55b363cb93d39f78fb18aa64abc7f96d372c176660d7b8b6118939d97b all: hubble