Skip to content

Commit

Permalink
Removed redundant string to fix yaml linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dianadevasia committed Mar 12, 2024
1 parent e20f3da commit b7eaa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go: ["1.22.1"]
go: [1.22.1]
name: go ${{ matrix.go }}
steps:
- name: Checkout
Expand Down

0 comments on commit b7eaa2c

Please sign in to comment.