1
0
mirror of https://github.com/securego/gosec.git synced 2025-07-03 00:27:05 +02:00

Update go version 1.24.4 and 1.23.10 in CI

Change-Id: I3d7d82da3385d231873a8901132a8a025beb01fc
Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
Cosmin Cojocar
2025-06-16 09:15:20 +00:00
committed by Cosmin Cojocar
parent 621702f13a
commit 1bef91a07f
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
version: [{go: '1.23.9', golangci: 'latest'}, {go: '1.24.3', golangci: 'latest'}]
version: [{go: '1.23.10', golangci: 'latest'}, {go: '1.24.4', golangci: 'latest'}]
runs-on: ubuntu-latest
env:
GO111MODULE: on

View File

@ -17,7 +17,7 @@ GOSEC ?= $(GOBIN)/gosec
GINKGO ?= $(GOBIN)/ginkgo
GO_MINOR_VERSION = $(shell $(GO) version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f2)
GOVULN_MIN_VERSION = 17
GO_VERSION = 1.23
GO_VERSION = 1.24
LDFLAGS = -ldflags "\
-X 'main.Version=$(shell git describe --tags --always)' \
-X 'main.GitTag=$(shell git describe --tags --abbrev=0)' \