fix: Ensure tag-action reads go-version correctly

Unfortunately 1.20 is merged to 1.2 in yaml. Add '' to avoid parsing as
number.
This commit is contained in:
xvlcwk
2024-01-13 23:47:50 +01:00
committed by chris
parent 70147bc246
commit 6b2b300581

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v3