Skip to content

Commit 8e6c71d

Browse files
committed
Remove dependabot fixes from build workflow
1 parent 37ac3ee commit 8e6c71d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ jobs:
1616
with:
1717
go-version: 1.17
1818

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-
if: ${{ startsWith(github.ref, 'refs/heads/dependabot/go_modules/') }}
25-
uses: stefanzweifel/git-auto-commit-action@v4
26-
with:
27-
commit_message: Update go.sum
28-
file_pattern: go.sum
29-
3019
- name: Build
3120
run: go build -v ./...
3221

0 commit comments

Comments
 (0)