Skip to content

Commit

Permalink
[fix] github action setup-go v5 -> v3
Browse files Browse the repository at this point in the history
test fail

Signed-off-by: HyoBin Kim <[email protected]>
  • Loading branch information
Kim-Hyo-Bin committed Feb 23, 2024
1 parent e2254a6 commit 9db0e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Run golangci-lint
Expand All @@ -36,7 +36,7 @@ jobs:
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Install KinD
Expand Down

0 comments on commit 9db0e2b

Please sign in to comment.