We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c34b7 commit 38d174fCopy full SHA for 38d174f
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- name: Checkout
11
uses: actions/checkout@v2
12
- - uses: actions/setup-go@v2
+ - uses: utilitywarehouse/setup-go@main
13
with:
14
go-version: '^1.17'
15
- name: Lint
@@ -22,13 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
24
- uses: actions/checkout@v2
25
- - uses: actions/cache@v2
26
- with:
27
- path: ~/go/pkg/mod
28
- key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
29
- restore-keys: |
30
- ${{ runner.os }}-go-
31
32
33
34
- name: test
0 commit comments