From c0f42eb71697afa1a100524d4a1787582ae3ab6c Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Sun, 18 Dec 2022 22:54:57 -0800 Subject: ci: Use Go 1.19 and update GH actions (#58) This updates sally to build and test against Go 1.19. Additionally, this upgrades the GitHub Action versions for checkout and setup-go. One of the features in setup-go v3 is that caching is built-in and opted-into with `cache: true`. Non-CI changes: gofmt, drop ioutil --- templates/templates.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/templates.go b/templates/templates.go index 644eb3b..7f90908 100644 --- a/templates/templates.go +++ b/templates/templates.go @@ -3,9 +3,11 @@ package templates import _ "embed" // needed for go:embed // Index holds the contents of the index.html template. +// //go:embed index.html var Index string // Package holds the contents of the package.html template. +// //go:embed package.html var Package string -- cgit v1.2.3