Skip to content

Commit

Permalink
Merge branch 'ubi-migration' of https://github.com/dusdjhyeon/litmus-go
Browse files Browse the repository at this point in the history
… into ubi-migration
  • Loading branch information
dusdjhyeon committed Aug 22, 2024
2 parents d0814df + a601203 commit 755a562
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'

- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'

- uses: actions/checkout@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'
- uses: actions/checkout@v2

#TODO: Add Dockerfile linting
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'
- uses: actions/checkout@v2

- name: Set up QEMU
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'
- uses: actions/checkout@v2

#TODO: Add Dockerfile linting
Expand All @@ -28,7 +28,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'
- uses: actions/checkout@v2

- name: Set Tag
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-e2e-on-pr-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: '1.20'

- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: '1.20'

- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: '1.20'

- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 755a562

Please sign in to comment.