1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-10 13:10:33 +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 <<: *golang_inputs
jobPrefix: linux-build jobPrefix: linux-build
GOLANG_MAKE_TARGET: ci-build GOLANG_MAKE_TARGET: ci-build
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
######################## ########################
### Linux FIPS Build ### ### Linux FIPS Build ###
@@ -25,6 +26,8 @@ include:
<<: *golang_inputs <<: *golang_inputs
jobPrefix: linux-fips-build jobPrefix: linux-fips-build
GOLANG_MAKE_TARGET: ci-fips-build GOLANG_MAKE_TARGET: ci-fips-build
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
################# #################
### Unit Tests ## ### Unit Tests ##
@@ -35,6 +38,8 @@ include:
stage: test stage: test
jobPrefix: test jobPrefix: test
GOLANG_MAKE_TARGET: ci-test GOLANG_MAKE_TARGET: ci-test
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
###################### ######################
### Unit Tests FIPS ## ### Unit Tests FIPS ##
@@ -45,6 +50,8 @@ include:
stage: test stage: test
jobPrefix: test-fips jobPrefix: test-fips
GOLANG_MAKE_TARGET: ci-fips-test GOLANG_MAKE_TARGET: ci-fips-test
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
################# #################
### Vuln Check ## ### Vuln Check ##
@@ -56,6 +63,8 @@ include:
stage: validate stage: validate
jobPrefix: vulncheck jobPrefix: vulncheck
GOLANG_MAKE_TARGET: vulncheck GOLANG_MAKE_TARGET: vulncheck
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
################################# #################################
### Run Linux Component Tests ### ### Run Linux Component Tests ###