ci: golang version as string, not number (#361)
This commit is contained in:
parent
a0435cf3d4
commit
14965d4d97
1 changed files with 2 additions and 2 deletions
4
.github/workflows/golang-test-lint.yml
vendored
4
.github/workflows/golang-test-lint.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Set up Go tooling
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.20
|
||||
go-version: '1.20'
|
||||
- name: Dummy JS File
|
||||
run: touch bskyweb/static/js/blah.js
|
||||
- name: Check
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Set up Go tooling
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.20
|
||||
go-version: '1.20'
|
||||
- name: Dummy JS File
|
||||
run: touch bskyweb/static/js/blah.js
|
||||
- name: Lint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue