Skip to content

Commit e1dacbc

Browse files
committed
chore: Force usage of go-boring 1.24
* chore: Force usage of go-boring 1.24
1 parent 1cc15c6 commit e1dacbc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.ci/linux.gitlab-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ include:
1616
<<: *golang_inputs
1717
jobPrefix: linux-build
1818
GOLANG_MAKE_TARGET: ci-build
19+
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
1920

2021
########################
2122
### Linux FIPS Build ###
@@ -25,6 +26,8 @@ include:
2526
<<: *golang_inputs
2627
jobPrefix: linux-fips-build
2728
GOLANG_MAKE_TARGET: ci-fips-build
29+
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
30+
2831

2932
#################
3033
### Unit Tests ##
@@ -35,6 +38,8 @@ include:
3538
stage: test
3639
jobPrefix: test
3740
GOLANG_MAKE_TARGET: ci-test
41+
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
42+
3843

3944
######################
4045
### Unit Tests FIPS ##
@@ -45,6 +50,8 @@ include:
4550
stage: test
4651
jobPrefix: test-fips
4752
GOLANG_MAKE_TARGET: ci-fips-test
53+
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
54+
4855

4956
#################
5057
### Vuln Check ##
@@ -56,6 +63,8 @@ include:
5663
stage: validate
5764
jobPrefix: vulncheck
5865
GOLANG_MAKE_TARGET: vulncheck
66+
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
67+
5968

6069
#################################
6170
### Run Linux Component Tests ###

0 commit comments

Comments
 (0)