Bump all dependencies (and fix dependabot mess) (#822)

* build(deps): bump all Go deps

* build(deps): bump actions/setup-go & actions/stale
This commit is contained in:
Ryan
2021-09-25 19:13:22 +00:00
committed by GitHub
parent 3c1454825d
commit 5a09eb24ca
5 changed files with 548 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v1
- uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/cache@v2