diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 9f35a9d7e..e9682c64f 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.20.10' - name: Build hubble CLI run: make - name: Set up Helm diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 44b85e836..eba233dfb 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.20.10' - name: Run static checks uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0 with: diff --git a/Dockerfile b/Dockerfile index 0095e8f10..72355ce0e 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.20.10-alpine3.18@sha256:b9ff7091cb0888abc44844d581be7a15f6913c54253d84f4385164353a30d6a7 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..602e69c67 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.20.10-alpine3.18 +GOLANG_IMAGE_SHA = sha256:b9ff7091cb0888abc44844d581be7a15f6913c54253d84f4385164353a30d6a7 all: hubble