Skip to content

Commit

Permalink
fix go version
Browse files Browse the repository at this point in the history
  • Loading branch information
guptado committed Feb 25, 2025
1 parent 0ce1db7 commit af04fe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion commands/partner_interconnect_attachment.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ vpc-ids "270a76ed-1bb7-4c5d-a6a5-e863de086940"`

interconnectAttachmentServiceKeyDetails := `
- The Service key Value
- The Service key State`
- The Service key State
- The Service key CreatedAt`

cmdGetPartnerIAServiceKey := CmdBuilder(cmd, RunGetPartnerInterconnectAttachmentServiceKey, "get-service-key <interconnect-attachment-id>",
"Retrieves a Service key of Partner Interconnect Attachment", "Retrieves information about a Service key of Partner Interconnect Attachment, including:"+interconnectAttachmentServiceKeyDetails, Writer,
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/digitalocean/doctl

go 1.23.0

toolchain go1.23.1
go 1.22.0

require (
github.com/blang/semver v3.5.1+incompatible
Expand Down

0 comments on commit af04fe5

Please sign in to comment.