1
0
mirror of https://github.com/securego/gosec.git synced 2025-11-25 22:22:17 +02:00

Update go version to 1.24.5 and 1.23.11 in the CI

Change-Id: I56c3576fbda7cc2633dac335c29b2494985978e9
Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
Cosmin Cojocar
2025-07-21 09:30:51 +00:00
committed by Cosmin Cojocar
parent 925741b7ef
commit bc3f2145b5

View File

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