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:
committed by
Cosmin Cojocar
parent
621702f13a
commit
1bef91a07f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
|
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ GOSEC ?= $(GOBIN)/gosec
|
|||||||
GINKGO ?= $(GOBIN)/ginkgo
|
GINKGO ?= $(GOBIN)/ginkgo
|
||||||
GO_MINOR_VERSION = $(shell $(GO) version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f2)
|
GO_MINOR_VERSION = $(shell $(GO) version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f2)
|
||||||
GOVULN_MIN_VERSION = 17
|
GOVULN_MIN_VERSION = 17
|
||||||
GO_VERSION = 1.23
|
GO_VERSION = 1.24
|
||||||
LDFLAGS = -ldflags "\
|
LDFLAGS = -ldflags "\
|
||||||
-X 'main.Version=$(shell git describe --tags --always)' \
|
-X 'main.Version=$(shell git describe --tags --always)' \
|
||||||
-X 'main.GitTag=$(shell git describe --tags --abbrev=0)' \
|
-X 'main.GitTag=$(shell git describe --tags --abbrev=0)' \
|
||||||
|
Reference in New Issue
Block a user