File tree Expand file tree Collapse file tree 16 files changed +16
-16
lines changed Expand file tree Collapse file tree 16 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 44
44
- name : Set up Go
45
45
uses : actions/setup-go@v5
46
46
with :
47
- go-version : ' >=1.22.3 '
47
+ go-version : ' >=1.22.4 '
48
48
- name : Set up terraform
49
49
uses : hashicorp/setup-terraform@v2
50
50
- name : Run pylint and yapf, go vet
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ set -eux
19
19
20
20
# Download and install Go
21
21
# https://pkg.go.dev/golang.org/x/tools/cmd/getgo#section-readme
22
- curl -LO https://get.golang.org/$( uname) /go_installer && chmod +x go_installer && SHELL=" bash" ./go_installer -version 1.22.3 && rm go_installer
22
+ curl -LO https://get.golang.org/$( uname) /go_installer && chmod +x go_installer && SHELL=" bash" ./go_installer -version 1.22.4 && rm go_installer
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.22.3 -alpine@sha256:7e788330fa9ae95c68784153b7fd5d5076c79af47651e992a3cdeceeb5dd1df0 AS GO_BUILD
15
+ FROM golang:1.22.4 -alpine@sha256:9d8429ee88687b18c0f681ce2ad60446c7a1a3472d455f031e2317802ca9fbc4 AS GO_BUILD
16
16
WORKDIR /build
17
17
18
18
# Cache dependencies in these steps
Original file line number Diff line number Diff line change 1
1
module github.com/google/osv.dev/docker/indexer
2
2
3
- go 1.22.3
3
+ go 1.22.4
4
4
5
5
require (
6
6
cloud.google.com/go/datastore v1.15.0
Original file line number Diff line number Diff line change 1
1
# Taken and modified from https://github.com/GoogleCloudPlatform/cloud-builders-community/tree/master/terraform
2
2
3
- FROM golang:1.22.3 -alpine@sha256:7e788330fa9ae95c68784153b7fd5d5076c79af47651e992a3cdeceeb5dd1df0 AS GO_BUILD
3
+ FROM golang:1.22.4 -alpine@sha256:9d8429ee88687b18c0f681ce2ad60446c7a1a3472d455f031e2317802ca9fbc4 AS GO_BUILD
4
4
5
5
ARG TERRAFORM_VERSION
6
6
WORKDIR /build/
Original file line number Diff line number Diff line change 1
1
module osv.dev/tools
2
2
3
- go 1.22.3
3
+ go 1.22.4
4
4
5
5
require (
6
6
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
Original file line number Diff line number Diff line change 1
- go 1.22.3
1
+ go 1.22.4
2
2
3
3
use (
4
4
./docker/indexer
Original file line number Diff line number Diff line change 1
1
module github.com/google/datastore-remover
2
2
3
- go 1.22.3
3
+ go 1.22.4
4
4
5
5
require (
6
6
cloud.google.com/go/datastore v1.15.0
Original file line number Diff line number Diff line change 1
1
module github.com/google/indexer-api-caller
2
2
3
- go 1.22.3
3
+ go 1.22.4
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.22.3 -alpine@sha256:2a882244fb51835ebbd8313bffee83775b0c076aaf56b497b43d8a4c72db65e1 AS GO_BUILD
15
+ FROM golang:1.22.4 -alpine@sha256:9d8429ee88687b18c0f681ce2ad60446c7a1a3472d455f031e2317802ca9fbc4 AS GO_BUILD
16
16
17
17
RUN mkdir /src
18
18
WORKDIR /src
You can’t perform that action at this time.
0 commit comments