doc: add quote aroung go version (#670)

This commit is contained in:
Paul Vaughan 2023-02-08 10:44:06 +00:00 committed by GitHub
parent 6a290f7d5d
commit a904d1db61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: '1.17'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3