chore: Force usage of go-boring 1.24
* chore: Force usage of go-boring 1.24
This commit is contained in:
parent
1cc15c6ffa
commit
e1dacbcea8
|
|
@ -16,6 +16,7 @@ include:
|
|||
<<: *golang_inputs
|
||||
jobPrefix: linux-build
|
||||
GOLANG_MAKE_TARGET: ci-build
|
||||
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
|
||||
|
||||
########################
|
||||
### Linux FIPS Build ###
|
||||
|
|
@ -25,6 +26,8 @@ include:
|
|||
<<: *golang_inputs
|
||||
jobPrefix: linux-fips-build
|
||||
GOLANG_MAKE_TARGET: ci-fips-build
|
||||
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
|
||||
|
||||
|
||||
#################
|
||||
### Unit Tests ##
|
||||
|
|
@ -35,6 +38,8 @@ include:
|
|||
stage: test
|
||||
jobPrefix: test
|
||||
GOLANG_MAKE_TARGET: ci-test
|
||||
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
|
||||
|
||||
|
||||
######################
|
||||
### Unit Tests FIPS ##
|
||||
|
|
@ -45,6 +50,8 @@ include:
|
|||
stage: test
|
||||
jobPrefix: test-fips
|
||||
GOLANG_MAKE_TARGET: ci-fips-test
|
||||
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
|
||||
|
||||
|
||||
#################
|
||||
### Vuln Check ##
|
||||
|
|
@ -56,6 +63,8 @@ include:
|
|||
stage: validate
|
||||
jobPrefix: vulncheck
|
||||
GOLANG_MAKE_TARGET: vulncheck
|
||||
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
|
||||
|
||||
|
||||
#################################
|
||||
### Run Linux Component Tests ###
|
||||
|
|
|
|||
Loading…
Reference in New Issue