Skip to content

Commit

Permalink
Merge pull request #447 from spotahome/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-go-3

Bump actions/setup-go from 2 to 3
  • Loading branch information
ese authored Aug 30, 2022
2 parents 93914d5 + 2d9f916 commit 607dfa9
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 @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: 1.17
- run: make ci-unit-test
Expand All @@ -35,7 +35,7 @@ jobs:
kubernetes: [1.22.12, 1.23.9, 1.24.3]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: 1.17
- name: Install conntrack
Expand Down

0 comments on commit 607dfa9

Please sign in to comment.