Merge pull request #7454 from rikatz/update-mods

Update go version, modules and remove ioutil
This commit is contained in:
Ricardo Katz 2021-08-06 17:13:33 -03:00 committed by GitHub
commit 9c22ba93b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 576 additions and 288 deletions

View file

@ -65,11 +65,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go 1.15
- name: Set up Go 1.16
id: go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- name: Set up Docker Buildx
id: buildx