Skip to content

Commit f0d5402

Browse files
committed
Merge branch 'fix/dblab-server-go-and-docker-cves' into 'master'
bump CI Go toolchain 1.26.2 to 1.26.3 (stdlib CVE fixes) Closes #712 See merge request postgres-ai/database-lab!1147
2 parents 91bcf0d + b8f2bee commit f0d5402

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

engine/.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ workflow:
99

1010
default:
1111
image:
12-
name: golang:1.26.2
12+
name: golang:1.26.3
1313
pull_policy: if-not-present
1414
interruptible: true # All jobs can be cancelled by default
1515

@@ -70,7 +70,7 @@ lint:
7070
build-binary-alpine:
7171
<<: *only_engine
7272
image:
73-
name: golang:1.26.2-alpine
73+
name: golang:1.26.3-alpine
7474
pull_policy: if-not-present
7575
stage: build-binary
7676
artifacts:

0 commit comments

Comments
 (0)