try to quote go version

This commit is contained in:
2024-09-25 18:38:06 +02:00
parent 480f5f617d
commit f7d812b372

View File

@@ -12,7 +12,7 @@ jobs:
- name: Set up Go 1.22 - name: Set up Go 1.22
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: ${{ matrix.version }} go-version: '${{ matrix.version }}'
id: go id: go
- name: checkout - name: checkout