Skip to content

Commit

Permalink
Use utilitywarehouse/setup-go in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rentziass committed Oct 18, 2021
1 parent 25c34b7 commit 38d174f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: utilitywarehouse/setup-go@main
with:
go-version: '^1.17'
- name: Lint
Expand All @@ -22,13 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v2
- uses: utilitywarehouse/setup-go@main
with:
go-version: '^1.17'
- name: test
Expand Down

0 comments on commit 38d174f

Please sign in to comment.