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

This commit is contained in:
bnewbold
2023-04-02 09:56:41 -07:00
committed by GitHub
parent a0435cf3d4
commit 14965d4d97
+2 -2
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