ci: the yaml spec sucks

This commit is contained in:
lewisakura
2024-09-08 22:40:37 +01:00
committed by GitHub
parent 1edd279d03
commit 7ac7444565
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: '1.20'
- name: Install dependencies
run: go mod download