Merge pull request #53 from hermeznetwork/feature/updategha

Remove goarch 386 and go-version 1.13 from GHA
This commit is contained in:
arnau
2020-08-14 11:07:25 +02:00
committed by GitHub

View File

@@ -4,8 +4,8 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
go-version: [ 1.13.x, 1.14.x ] go-version: [ 1.14.x ]
goarch: [ "amd64", "386" ] goarch: [ "amd64" ]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install Go - name: Install Go