Skip to content

Commit

Permalink
Fix go version quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini committed Feb 7, 2024
1 parent e0fcf75 commit e7ae28c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-container-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'
- name: Checkout code
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'
- name: Checkout code
uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- ".ci/jenkins/**"

env:
GO_VERSION: 1.20
GO_VERSION: '1.20'

jobs:
unit-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- ".ci/jenkins/**"

env:
GO_VERSION: 1.20
GO_VERSION: '1.20'
KIND_VERSION: v0.20.0

jobs:
Expand Down

0 comments on commit e7ae28c

Please sign in to comment.