Skip to content

Commit

Permalink
try to quote go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Dein committed Sep 25, 2024
1 parent 480f5f6 commit f7d812b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.version }}
go-version: '${{ matrix.version }}'
id: go

- name: checkout
Expand Down

0 comments on commit f7d812b

Please sign in to comment.