Skip to content

Commit 347265a

Browse files
chore(deps): update golang to v1.21.7
Signed-off-by: renovate[bot] <[email protected]>
1 parent 0ff969e commit 347265a

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2828
with:
2929
# renovate: datasource=golang-version depName=go
30-
go-version: '1.21.6'
30+
go-version: '1.21.7'
3131
- name: Checkout repo
3232
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3333
with:

.github/workflows/integration-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
3737
with:
3838
# renovate: datasource=golang-version depName=go
39-
go-version: '1.21.6'
39+
go-version: '1.21.7'
4040
- name: Build hubble CLI
4141
run: make
4242
- name: Set up Helm

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2424
with:
2525
# renovate: datasource=golang-version depName=go
26-
go-version: '1.21.6'
26+
go-version: '1.21.7'
2727
- name: Run static checks
2828
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
2929
with:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/golang:1.21.6-alpine3.19@sha256:a6a7f1fcf12f5efa9e04b1e75020931a616cd707f14f62ab5262bfbe109aa84a as builder
1+
FROM docker.io/library/golang:1.21.7-alpine3.19@sha256:0ff68fa7b2177e8d68b4555621c2321c804bcff839fd512c2681de49026573b7 as builder
22
WORKDIR /go/src/github.com/cilium/hubble
33
RUN apk add --no-cache git make
44
COPY . .

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ GOLANGCILINT_IMAGE_SHA = sha256:e699df940be1810b08ba6ec050bfc34cc1931027283b5a7f
2626
GOLANGCILINT_VERSION = $(shell golangci-lint version 2>/dev/null)
2727

2828
# renovate: datasource=docker depName=library/golang
29-
GOLANG_IMAGE_VERSION = 1.21.6-alpine3.19
30-
GOLANG_IMAGE_SHA = sha256:a6a7f1fcf12f5efa9e04b1e75020931a616cd707f14f62ab5262bfbe109aa84a
29+
GOLANG_IMAGE_VERSION = 1.21.7-alpine3.19
30+
GOLANG_IMAGE_SHA = sha256:0ff68fa7b2177e8d68b4555621c2321c804bcff839fd512c2681de49026573b7
3131

3232
# Add the ability to override variables
3333
-include Makefile.override

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cilium/hubble
22

3-
go 1.21.6
3+
go 1.21.7
44

55
require (
66
github.com/cilium/cilium v1.15.0-pre.2.0.20231201074209-a42c9e5ca657

0 commit comments

Comments
 (0)