Skip to content

Commit

Permalink
rollback gcsfuse version to v1.0.0-gke.0 to use go1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
songjiaxun committed Jun 23, 2023
1 parent bbe20fa commit d9539ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/sidecar_mounter/Dockerfile.gcsfuse
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

# Build gcsfuse binary
FROM golang:1.20.5
FROM golang:1.20.4

ADD https://api.github.com/repos/GoogleCloudPlatform/gcsfuse/git/refs/heads/master version.json
WORKDIR ${GOPATH}/src/github.com/GoogleCloudPlatform/gcsfuse
Expand Down
2 changes: 1 addition & 1 deletion cmd/sidecar_mounter/gcsfuse_binary
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gs://gke-release-staging/gcsfuse/v1.0.0-gke.1/gcsfuse_bin
gs://gke-release-staging/gcsfuse/v1.0.0-gke.0/gcsfuse_bin

0 comments on commit d9539ed

Please sign in to comment.