code quality check: set go version to 1.14
This commit is contained in:
parent
da90dbe645
commit
510a95bd6d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/quality.yml
vendored
2
.github/workflows/quality.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Set up Go 1.14
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.14.x
|
||||
go-version: '1.14'
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
|
|
Loading…
Add table
Reference in a new issue