We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ac3ee commit 8e6c71dCopy full SHA for 8e6c71d
.github/workflows/test.yml
@@ -16,17 +16,6 @@ jobs:
16
with:
17
go-version: 1.17
18
19
- - name: Fix go.sum for dependabot branches
20
- if: ${{ startsWith(github.ref, 'refs/heads/dependabot/go_modules/') }}
21
- run: go get ./...
22
-
23
- - name: Commit & push updated go.sum for dependabot branches
24
25
- uses: stefanzweifel/git-auto-commit-action@v4
26
- with:
27
- commit_message: Update go.sum
28
- file_pattern: go.sum
29
30
- name: Build
31
run: go build -v ./...
32
0 commit comments