From cf5d03f2feb7aa9a61e1b425335fa7e1aac325e7 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 15 Aug 2021 04:33:46 -0700 Subject: [PATCH] Use standard version of Go in "Check Website" workflow Go 1.16 is now used for all development of this project. This is the last remaining component of the project infrastructure left specifiying Go 1.14. --- .github/workflows/check-mkdocs-task.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-mkdocs-task.yml b/.github/workflows/check-mkdocs-task.yml index dd317fbd..d7332a2a 100644 --- a/.github/workflows/check-mkdocs-task.yml +++ b/.github/workflows/check-mkdocs-task.yml @@ -3,7 +3,7 @@ name: Check Website env: # See: https://github.com/actions/setup-go/tree/v2#readme - GO_VERSION: "1.14" + GO_VERSION: "1.16" # See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python PYTHON_VERSION: "3.9"