chore: bump golang to 1.16 (#118)

* chore: support goarch 386
* docs(readme): add golang version hint in development section
This commit is contained in:
Manuel Vogel 2021-03-14 21:21:30 +01:00 committed by GitHub
parent c3ee560429
commit 2c3d3f400e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 5 deletions

View file

@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:

View file

@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- name: Run tests
run: |
make test