Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Added replace directive for go 1.18 #648

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Russtopia
Copy link

  • replace directive required for moved google.golang.org/cloud/compute;
  • entry in vendor/modules.txt

It seems these are required now to build cleanly in Go 1.18. After applying this patch,

$ go mod vendor
$ go build .

* replace directive required for moved google.golang.org/cloud/compute;
* entry in vendor/modules.txt
@gedw99
Copy link

gedw99 commented Sep 26, 2022

@Russtopia nice one !

This fixes shoudl #649

@prasmussen Can you check and merge ?

@gedw99
Copy link

gedw99 commented Sep 26, 2022

I have upgraded the code to go 1.19 and also make it pure go.mod based.

If you want a PR let me know.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants