File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ 1.165.0 ] - 2025-09-24
3+ ## [ 1.165.1 ] - 2025-09-24
44
55- #906 - @do-joe - Fix Database Logsink API Response Parsing and TLS Field Marshaling
66- #904 - @SSharma-10 - Godo automate release
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ module github.com/digitalocean/godo
22
33go 1.23.0
44
5+ // Contains retagging issue
6+ retract (
7+ v1.165.0
8+ v1.164.0
9+ )
10+
511require (
612 github.com/google/go-querystring v1.1.0
713 github.com/hashicorp/go-retryablehttp v0.7.7
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121)
2222
2323const (
24- libraryVersion = "1.165.0 "
24+ libraryVersion = "1.165.1 "
2525 defaultBaseURL = "https://api.digitalocean.com/"
2626 userAgent = "godo/" + libraryVersion
2727 mediaType = "application/json"
You can’t perform that action at this time.
0 commit comments