Commit 347265a 1 parent 0ff969e commit 347265a Copy full SHA for 347265a
File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 27
27
uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
28
28
with :
29
29
# renovate: datasource=golang-version depName=go
30
- go-version : ' 1.21.6 '
30
+ go-version : ' 1.21.7 '
31
31
- name : Checkout repo
32
32
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
33
with :
Original file line number Diff line number Diff line change 36
36
uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
37
37
with :
38
38
# renovate: datasource=golang-version depName=go
39
- go-version : ' 1.21.6 '
39
+ go-version : ' 1.21.7 '
40
40
- name : Build hubble CLI
41
41
run : make
42
42
- name : Set up Helm
Original file line number Diff line number Diff line change 23
23
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
24
24
with :
25
25
# renovate: datasource=golang-version depName=go
26
- go-version : ' 1.21.6 '
26
+ go-version : ' 1.21.7 '
27
27
- name : Run static checks
28
28
uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
29
29
with :
Original file line number Diff line number Diff line change 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
2
2
WORKDIR /go/src/github.com/cilium/hubble
3
3
RUN apk add --no-cache git make
4
4
COPY . .
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ GOLANGCILINT_IMAGE_SHA = sha256:e699df940be1810b08ba6ec050bfc34cc1931027283b5a7f
26
26
GOLANGCILINT_VERSION = $(shell golangci-lint version 2>/dev/null)
27
27
28
28
# 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
31
31
32
32
# Add the ability to override variables
33
33
-include Makefile.override
Original file line number Diff line number Diff line change 1
1
module github.com/cilium/hubble
2
2
3
- go 1.21.6
3
+ go 1.21.7
4
4
5
5
require (
6
6
github.com/cilium/cilium v1.15.0-pre.2.0.20231201074209-a42c9e5ca657
You can’t perform that action at this time.
0 commit comments