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 6d71e8c commit 3d4f316Copy full SHA for 3d4f316
.github/workflows/go.yml
@@ -20,8 +20,6 @@ jobs:
20
uses: actions/setup-go@v4
21
with:
22
go-version: '1.20'
23
- - name: Install dependencies
24
- run: go get .
25
- name: Build
26
run: go build -v ./...
27
- name: Test
0 commit comments