Skip to content

Commit

Permalink
Merge pull request #1047 from containernetworking/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
squeed authored Jan 8, 2024
2 parents dc24f70 + 91db252 commit 1557aeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v4
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v4
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v4
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: windows-latest
steps:
- name: setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1557aeb

Please sign in to comment.