Skip to content

Commit

Permalink
single quotes...
Browse files Browse the repository at this point in the history
  • Loading branch information
nronzel committed Feb 10, 2024
1 parent dae5d3f commit 6aecc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: '1.22'

- name: Run Tests
run: go test ./... -cover
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: '1.22'

- name: Check Format
run: test -z $(go fmt ./...)
Expand Down

0 comments on commit 6aecc2d

Please sign in to comment.