Skip to content

Commit c58bd35

Browse files
committed
Update go version 1.24.4 and 1.23.10 in CI
Change-Id: I3d7d82da3385d231873a8901132a8a025beb01fc Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent 621702f commit c58bd35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
version: [{go: '1.23.9', golangci: 'latest'}, {go: '1.24.3', golangci: 'latest'}]
13+
version: [{go: '1.23.10', golangci: 'latest'}, {go: '1.24.4', golangci: 'latest'}]
1414
runs-on: ubuntu-latest
1515
env:
1616
GO111MODULE: on

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GOSEC ?= $(GOBIN)/gosec
1717
GINKGO ?= $(GOBIN)/ginkgo
1818
GO_MINOR_VERSION = $(shell $(GO) version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f2)
1919
GOVULN_MIN_VERSION = 17
20-
GO_VERSION = 1.23
20+
GO_VERSION = 1.24
2121
LDFLAGS = -ldflags "\
2222
-X 'main.Version=$(shell git describe --tags --always)' \
2323
-X 'main.GitTag=$(shell git describe --tags --abbrev=0)' \

0 commit comments

Comments
 (0)