Skip to content

Commit

Permalink
fix go.mod as it was giving errors for dependabot PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulait committed Jan 15, 2025
1 parent 91fc8ad commit 8ef4d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/linode/cluster-api-provider-linode

go 1.23
go 1.23.0

require (
github.com/akamai/AkamaiOPEN-edgegrid-golang/v8 v8.4.0
github.com/aws/aws-sdk-go-v2 v1.32.8
Expand Down

0 comments on commit 8ef4d43

Please sign in to comment.