Move /site to go.mod and Go 1.12/1.13 #1295
Labels
area/build-tools
Development tooling. I.e. pretty much everything in the `build` directory.
area/site
The website itself - including redirects, styling, search, etc
kind/cleanup
Refactoring code, fixing up documentation, etc
Milestone
https://github.com/googleforgames/agones/tree/master/site
We do some gopath shenanigans to create and deploy the site:
https://github.com/googleforgames/agones/blob/master/build/includes/website.mk#L50
https://github.com/googleforgames/agones/blob/master/site/cloudbuild.yaml#L42
Which we don't need to do anymore (and bit me the other day during release).
We could move this to a go.mod and also update the App Engine version to a later version of go (currently 1.11) with minimal difficulty, and it would make this process much easier.
The text was updated successfully, but these errors were encountered: