Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 2 to 3 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 22, 2022
1 parent 3089f38 commit 94c721c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ jobs:
test-go-1-16:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '1.16'
- uses: actions/checkout@v3
- run: make ginkgo
test-go-1-17:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '1.17'
- uses: actions/checkout@v3
- run: make test
test-go-1-18:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '1.18'
- uses: actions/checkout@v3
Expand Down

0 comments on commit 94c721c

Please sign in to comment.