Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed redundant string to fix yaml linter
Browse files Browse the repository at this point in the history
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
@@ -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

0 comments on commit b7eaa2c

Please sign in to comment.