Skip to content

Commit

Permalink
chore(deps): update go to v1.21.11
Browse files Browse the repository at this point in the history
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
  • Loading branch information
cilium-renovate[bot] committed Jun 5, 2024
1 parent 2e48b77 commit 11cad6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bpf-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
# renovate: datasource=golang-version depName=go
go-version: '1.21.10'
go-version: '1.21.11'

- name: Install LLVM
run: sudo apt-get -y install clang llvm
Expand Down
2 changes: 1 addition & 1 deletion Makefile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

CLI_GO_BUILD = CGO_ENABLED=0 $(GO) build
# renovate: datasource=docker
GO_IMAGE = docker.io/library/golang:1.21.10-alpine
GO_IMAGE = docker.io/library/golang:1.21.11-alpine
TARGET=tetra

RELEASE_UID ?= $(shell id -u)
Expand Down

0 comments on commit 11cad6c

Please sign in to comment.