Skip to content

Commit cf5d03f

Browse files
committed
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.
1 parent fbf269e commit cf5d03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-mkdocs-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Website
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/v2#readme
6-
GO_VERSION: "1.14"
6+
GO_VERSION: "1.16"
77
# See: https://github.com/actions/setup-python/tree/v2#available-versions-of-python
88
PYTHON_VERSION: "3.9"
99

0 commit comments

Comments
 (0)