Steve Coffman 423fbafafc
Remove Setup-Go (#403)
* Remove Setup-Go

Signed-off-by: Steve Coffman <steve@khanacademy.org>

* Add setup-go to test github actions

Signed-off-by: Steve Coffman <steve@khanacademy.org>

* Modify README and action.yml per review

Signed-off-by: Steve Coffman <steve@khanacademy.org>

* build dist

Co-authored-by: Sergey Vilgelm <sergey@vilgelm.com>
2022-02-24 09:34:23 -08:00

10 lines
182 B
TypeScript

declare module "cache/lib/restore" {
function run(): Promise<void>
export default run
}
declare module "cache/lib/save" {
function run(): Promise<void>
export default run
}