Skip to content

Commit 58519d1

Browse files
committed
chore: Update ci image to use goboring 1.24.9
1 parent 1367b96 commit 58519d1

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.ci/linux.gitlab-ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
runner: linux-x86-8cpu-16gb
66
stage: build
77
golangVersion: "boring-1.24"
8+
imageVersion: "3371-f5539bd6f83d@sha256:a2a68f580070f9411d0d3155959ed63b700ef319b5fcc62db340e92227bbc628"
89
CGO_ENABLED: 1
910

1011
include:
@@ -16,7 +17,6 @@ include:
1617
<<: *golang_inputs
1718
jobPrefix: linux-build
1819
GOLANG_MAKE_TARGET: ci-build
19-
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
2020

2121
########################
2222
### Linux FIPS Build ###
@@ -26,8 +26,6 @@ include:
2626
<<: *golang_inputs
2727
jobPrefix: linux-fips-build
2828
GOLANG_MAKE_TARGET: ci-fips-build
29-
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
30-
3129

3230
#################
3331
### Unit Tests ##
@@ -38,8 +36,6 @@ include:
3836
stage: test
3937
jobPrefix: test
4038
GOLANG_MAKE_TARGET: ci-test
41-
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
42-
4339

4440
######################
4541
### Unit Tests FIPS ##
@@ -50,8 +46,6 @@ include:
5046
stage: test
5147
jobPrefix: test-fips
5248
GOLANG_MAKE_TARGET: ci-fips-test
53-
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
54-
5549

5650
#################
5751
### Vuln Check ##
@@ -63,8 +57,6 @@ include:
6357
stage: validate
6458
jobPrefix: vulncheck
6559
GOLANG_MAKE_TARGET: vulncheck
66-
imageVersion: "3308-283bdf9@sha256:fcd83570c91565a72eab132c38e0f589a481e2f3d4f3779f9f9a93eb555fee4a"
67-
6860

6961
#################################
7062
### Run Linux Component Tests ###

0 commit comments

Comments
 (0)