Skip to content

Commit

Permalink
Merge pull request #735 from containerd/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-3

Bump actions/setup-go from 2 to 3
  • Loading branch information
ktock authored Apr 11, 2022
2 parents 844a78d + b1db110 commit 4bc2988
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-20.04
name: K3S
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '1.17.x'
- name: Install k3d
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
runs-on: ubuntu-20.04
name: K3S
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '1.17.x'
- name: Install k3d
Expand All @@ -186,7 +186,7 @@ jobs:
env:
RESULT_DIR: ${{ github.workspace }}/argo-workflow/
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '1.17.x'
- name: Install k3d
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 5
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '1.18.x'
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4bc2988

Please sign in to comment.