Skip to content

Commit

Permalink
Merge pull request #1500 from containerd/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
ktock authored Dec 7, 2023
2 parents eca7710 + 1c19e31 commit 9e07e13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-22.04
name: K3S
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21.x'
- name: Install k3d
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21.x'
- name: golangci-lint
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
runs-on: ubuntu-22.04
name: K3S
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21.x'
- name: Install k3d
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
env:
RESULT_DIR: ${{ github.workspace }}/argo-workflow/
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21.x'
- name: Install k3d
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21.x'
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9e07e13

Please sign in to comment.