Skip to content

Commit

Permalink
Merge pull request #256 from slok/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-go-5

Bump actions/setup-go from 3 to 5
  • Loading branch information
slok authored Apr 1, 2024
2 parents 3543517 + 4c21ba8 commit 0bc898e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make ci-unit-test
Expand All @@ -41,7 +41,7 @@ jobs:
kubernetes: [1.26.14, 1.27.11, 1.28.7, 1.29.2]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Execute tests
Expand Down

0 comments on commit 0bc898e

Please sign in to comment.