Skip to content

Commit

Permalink
run go mod tidy on tooling/go.mod and downgrade docker image (#3835)
Browse files Browse the repository at this point in the history
Addresses flutter/flutter#152394

Last build failed with an error message to run `go mod tidy`, which i did on //tooling/go.mod. Also downgraded docker image to golang:1.21 since that's what upstream slsa-verifier uses.
  • Loading branch information
christopherfujino authored Jul 26, 2024
1 parent f1b20b6 commit 3d83df5
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app_dart/cloudbuild_app_dart_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
# Verify provenance is valid before proceeding with deployment.
# This name is a dockerhub tag
- name: 'golang:1.22.5-bookworm'
- name: 'golang:1.21.12-bookworm'
entrypoint: '/bin/bash'
args:
- '-c'
Expand Down
4 changes: 3 additions & 1 deletion tooling/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module cocoon-tooling

go 1.18
go 1.21

toolchain go1.21.4

require github.com/slsa-framework/slsa-verifier/v2 v2.6.0

Expand Down
Loading

0 comments on commit 3d83df5

Please sign in to comment.