This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/beam-starter-go.git


The following commit(s) were added to refs/heads/main by this push:
     new fe2937e  use latest version of go
     new e8b683f  Merge pull request #17 from 
case-k-git/feature/update-go-version
fe2937e is described below

commit fe2937e847d660b5ae3f212c9e68d66515934c04
Author: case-k-git <casekb...@gmail.com>
AuthorDate: Mon Jul 3 08:22:31 2023 +0900

    use latest version of go
---
 go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index f4e9106..372599a 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@
 
 module example.com/my_app
 
-go 1.18
+go 1.20
 
 require github.com/apache/beam/sdks/v2 v2.48.2
 

Reply via email to