Skip to content

Commit 755a562

Browse files
committed
Merge branch 'ubi-migration' of https://github.com/dusdjhyeon/litmus-go into ubi-migration
2 parents d0814df + a601203 commit 755a562

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# Install golang
1313
- uses: actions/setup-go@v2
1414
with:
15-
go-version: 1.20
15+
go-version: '1.20'
1616

1717
- uses: actions/checkout@v2
1818
with:
@@ -56,7 +56,7 @@ jobs:
5656
# Install golang
5757
- uses: actions/setup-go@v2
5858
with:
59-
go-version: 1.20
59+
go-version: '1.20'
6060

6161
- uses: actions/checkout@v2
6262
with:

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Install golang
1414
- uses: actions/setup-go@v2
1515
with:
16-
go-version: 1.20
16+
go-version: '1.20'
1717
- uses: actions/checkout@v2
1818

1919
#TODO: Add Dockerfile linting
@@ -43,7 +43,7 @@ jobs:
4343
# Install golang
4444
- uses: actions/setup-go@v2
4545
with:
46-
go-version: 1.20
46+
go-version: '1.20'
4747
- uses: actions/checkout@v2
4848

4949
- name: Set up QEMU

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# Install golang
1313
- uses: actions/setup-go@v2
1414
with:
15-
go-version: 1.20
15+
go-version: '1.20'
1616
- uses: actions/checkout@v2
1717

1818
#TODO: Add Dockerfile linting
@@ -28,7 +28,7 @@ jobs:
2828
# Install golang
2929
- uses: actions/setup-go@v2
3030
with:
31-
go-version: 1.20
31+
go-version: '1.20'
3232
- uses: actions/checkout@v2
3333

3434
- name: Set Tag

.github/workflows/run-e2e-on-pr-commits.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Install golang
1818
- uses: actions/setup-go@v5
1919
with:
20-
go-version: 1.20
20+
go-version: '1.20'
2121

2222
- uses: actions/checkout@v2
2323
with:
@@ -74,7 +74,7 @@ jobs:
7474
# Install golang
7575
- uses: actions/setup-go@v5
7676
with:
77-
go-version: 1.20
77+
go-version: '1.20'
7878

7979
- uses: actions/checkout@v2
8080
with:
@@ -133,7 +133,7 @@ jobs:
133133
# Install golang
134134
- uses: actions/setup-go@v5
135135
with:
136-
go-version: 1.20
136+
go-version: '1.20'
137137

138138
- uses: actions/checkout@v2
139139
with:

0 commit comments

Comments
 (0)