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 5d66432 commit 9213f6eCopy full SHA for 9213f6e
.github/workflows/go_cross.yml
@@ -67,8 +67,6 @@ jobs:
67
restore-keys: |
68
${{ runner.os }}-${{ matrix.arch }}-go-${{ hashFiles('**/go.mod','imageslicer_test.go') }}
69
70
- - name: Install dependencies
71
- run: go get .
72
73
- name: Build
74
run: go build -v ./...
0 commit comments