1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-05 09:00:23 +08:00

chore: Force usage of go-boring 1.24

* chore: Force usage of go-boring 1.24
This commit is contained in:
Gonçalo Garcia
2025-10-09 13:18:29 +00:00
parent 1cc15c6ffa
commit e1dacbcea8

View File

@@ -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 ###