Skip to content

Commit

Permalink
chore: update to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
xnkjj committed Oct 19, 2024
1 parent 3b623bc commit ee60a42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.idea
.DS_Store
/test
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ee60a42

Please sign in to comment.