Skip to content

Commit

Permalink
Adding quotes to 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Kody Kimberl <kody.kimberl.work@gmail.com>
  • Loading branch information
kody-kimberl committed Apr 1, 2023
1 parent aa223a2 commit 51e9a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.19, 1.20]
go-version: [1.19, "1.20"]
fail-fast: true
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
security-events: write
strategy:
matrix:
go-version: [1.19, 1.20]
go-version: [1.19, "1.20"]
fail-fast: false
steps:
- name: Checkout repository
Expand Down

0 comments on commit 51e9a2a

Please sign in to comment.