ci: golang version as string, not number (#361)

zio/stable
bnewbold 2023-04-02 09:56:41 -07:00 committed by GitHub
parent a0435cf3d4
commit 14965d4d97
1 changed files with 2 additions and 2 deletions

View File

@ -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