From 36fad7c32846119ef9df4a5265a3c2969000a9c4 Mon Sep 17 00:00:00 2001 From: francisco souza <108725+fsouza@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:02:48 -0500 Subject: [PATCH] Revert "examples/go: stick to Go 1.21 for now" This reverts commit 581c6b7779958db75ad431957eaac3e017dd4920. --- examples/go/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/go/go.mod b/examples/go/go.mod index 1acd1ad3bf..e74cdfaa21 100644 --- a/examples/go/go.mod +++ b/examples/go/go.mod @@ -1,6 +1,6 @@ module github.com/fsouza/fake-gcs-server/examples/go-example -go 1.21 +go 1.22 require ( cloud.google.com/go/storage v1.37.0