1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-20 03:30:02 +02:00

Allow changes to go.sum *and* go.mod when running dependabot tidy-up (#871)

Transitive dependency changes sometimes do require a change to go.mod
files as well as go.sum. This is already live in the
opentelemetry-go-contrib repo, and this PR brings it here.
This commit is contained in:
ET 2020-06-24 13:35:14 -07:00 committed by GitHub
parent 9cdfdb2d3a
commit 2f59a27a28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
id: modtidy
with:
gomods: '**/go.mod'
gosum_only: true
gomodsum_only: true
- uses: stefanzweifel/git-auto-commit-action@v4
id: autocommit
with: