From ee60a42bc9a1fea36875757c6c457db70c23fe55 Mon Sep 17 00:00:00 2001 From: CrazyFrog <16268065+xnkjj@users.noreply.github.com> Date: Sat, 19 Oct 2024 07:53:31 +0000 Subject: [PATCH] chore: update to go@1.22 --- .gitignore | 1 + README.md | 3 ++- go.mod | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 90ac674e..6719603a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /.idea .DS_Store +/test \ No newline at end of file diff --git a/README.md b/README.md index 4c3f9463..a6bbb44a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Although this project isn't official, we deem it as low-risk due to its maturity | google-ads-pb | Google Ads API | Sunset date | | ----------------- | ---------------- | ---------------------------- | +| v1.18.0 | v18 | September 2025 | | v1.17.1 | v17.1 | May 2025 | | v1.17.0 | v17 | May 2025 | | v1.16.1 | v16.1 | January 2025 | @@ -37,7 +38,7 @@ Although this project isn't official, we deem it as low-risk due to its maturity ## Requirements -- Go 1.20. +- Go 1.22. - Familiarize yourself with the [OAuth2 guide](https://developers.google.com/google-ads/api/docs/oauth/overview). - If needed, obtain a [developer token](https://developers.google.com/google-ads/api/docs/first-call/dev-token). diff --git a/go.mod b/go.mod index 065f7bef..06587d98 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/shenzhencenter/google-ads-pb -go 1.22.8 +go 1.22 require ( cloud.google.com/go/longrunning v0.6.1