Skip to content

Commit

Permalink
chore: quote golang version string to not use go 1.2.2 (#2915)
Browse files Browse the repository at this point in the history
quote golang version string to not use go 1.2.2

Signed-off-by: zachaller <[email protected]>
  • Loading branch information
zachaller authored Jul 28, 2023
1 parent 44f9488 commit 4729910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: 1.20
go-version: '1.20'
- name: build
run: |
pip install mkdocs mkdocs_material
Expand Down

0 comments on commit 4729910

Please sign in to comment.