File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55# This Dockerfile expects the build context to be the repo root.
66
77# ###############################################################
8- FROM golang:1.26.0 AS builder
8+ FROM golang:1.26.1 AS builder
99# If you change the Go version above, change the FROM line below as well.
1010
1111# Set the working directory outside $GOPATH to ensure module mode is enabled.
@@ -28,7 +28,7 @@ COPY . /src
2828RUN go build -mod=readonly ./cmd/worker
2929
3030# ###############################################################
31- FROM golang:1.26.0
31+ FROM golang:1.26.1
3232
3333LABEL maintainer="Go VulnDB Team <go-vulndb-team@google.com>"
3434
Original file line number Diff line number Diff line change 11steps :
22 - id : Lock
3- name : golang:1.26.0
3+ name : golang:1.26.1
44 entrypoint : bash
55 args :
66 - -ec
@@ -23,14 +23,14 @@ steps:
2323 fi
2424
2525 - id : Test
26- name : golang:1.26.0
26+ name : golang:1.26.1
2727 entrypoint : bash
2828 args :
2929 - -ec
3030 - go test -timeout 20m ./...
3131
3232 - id : Govulncheck
33- name : golang:1.26.0
33+ name : golang:1.26.1
3434 entrypoint : bash
3535 args :
3636 - -ec
@@ -48,12 +48,12 @@ steps:
4848 - gsutil -q -m cp -r gs://go-vulndb /workspace
4949
5050 - id : Generate
51- name : golang:1.26.0
51+ name : golang:1.26.1
5252 entrypoint : bash
5353 args : ["-ec", "go run ./cmd/gendb -out /workspace/db -zip /workspace/db/vulndb.zip"]
5454
5555 - id : PreValidate
56- name : golang:1.26.0
56+ name : golang:1.26.1
5757 entrypoint : bash
5858 args :
5959 - -ec
@@ -72,14 +72,14 @@ steps:
7272 - mkdir /workspace/deployed && gsutil -q -m cp -r gs://go-vulndb /workspace/deployed
7373
7474 - id : PostValidate
75- name : golang:1.26.0
75+ name : golang:1.26.1
7676 entrypoint : bash
7777 args : ["-ec", "go run ./cmd/checkdb /workspace/deployed/go-vulndb"]
7878 env :
7979 - ' GOPROXY=https://proxy.golang.org'
8080
8181 - id : PublishCVEs
82- name : golang:1.26.0
82+ name : golang:1.26.1
8383 entrypoint : bash
8484 args :
8585 - -ec
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ substitutions:
1212
1313steps :
1414 - id : Lock
15- name : golang:1.26.0
15+ name : golang:1.26.1
1616 entrypoint : bash
1717 args :
1818 - -ec
2525 -project $PROJECT_ID -build $BUILD_ID -repo https://go.googlesource.com/vulndb
2626
2727 - id : Test
28- name : golang:1.26.0
28+ name : golang:1.26.1
2929 entrypoint : bash
3030 args :
3131 - -ec
Original file line number Diff line number Diff line change 11module golang.org/x/vulndb
22
3- go 1.26.0
3+ go 1.26.1
44
55require (
66 cloud.google.com/go/errorreporting v0.3.0
You can’t perform that action at this time.
0 commit comments