Skip to content

Commit

Permalink
Merge pull request #847 from tinkerbell/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-5
  • Loading branch information
chrisdoherty4 authored Jan 12, 2024
2 parents 11835ee + f635079 commit 9ca5a3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "${{ env.GO_VERSION }}"
- run: make verify
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "${{ env.GO_VERSION }}"
- name: Run unit tests
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
platform: [amd64, arm64]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "${{ env.GO_VERSION }}"
- name: Build linux/${{ matrix.platform }}
Expand Down

0 comments on commit 9ca5a3c

Please sign in to comment.