ci: golang version as string, not number (#361)
parent
a0435cf3d4
commit
14965d4d97
|
@ -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…
Reference in New Issue