Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
# renovate: datasource=golang-version depName=go
go-version: 1.26.4
go-version: 1.26.5

- name: Run static checks
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
# renovate: datasource=golang-version depName=go
go-version: 1.26.4
go-version: 1.26.5

- name: Install Cilium CLI
uses: ./
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
# renovate: datasource=golang-version depName=go
go-version: 1.26.4
go-version: 1.26.5

- name: Install Cilium CLI
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
# renovate: datasource=golang-version depName=go
go-version: 1.26.4
go-version: 1.26.5

- name: Generate the artifacts
run: make release
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ RELEASE_UID ?= $(shell id -u)
RELEASE_GID ?= $(shell id -g)

# renovate: datasource=docker depName=docker.io/library/golang
GO_IMAGE_VERSION = 1.26.4-alpine3.23
GO_IMAGE_SHA = sha256:18b460dd17542c2ba43299a633cf6ebfc1115101509531471d7cfce1019af083
GO_IMAGE_VERSION = 1.26.5-alpine3.23
GO_IMAGE_SHA = sha256:622e56dbc11a8cfe87cafa2331e9a201877271cbff918af53d3be315f3da88cc

# renovate: datasource=docker depName=golangci/golangci-lint
GOLANGCILINT_WANT_VERSION = v2.12.1
Expand Down