Browse Source
Merge pull request #53 from hermeznetwork/feature/updategha
Remove goarch 386 and go-version 1.13 from GHA
feature/sql-semaphore1
arnau
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/test.yml
|
@ -4,8 +4,8 @@ jobs: |
|
|
test: |
|
|
test: |
|
|
strategy: |
|
|
strategy: |
|
|
matrix: |
|
|
matrix: |
|
|
go-version: [ 1.13.x, 1.14.x ] |
|
|
|
|
|
goarch: [ "amd64", "386" ] |
|
|
|
|
|
|
|
|
go-version: [ 1.14.x ] |
|
|
|
|
|
goarch: [ "amd64" ] |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- name: Install Go |
|
|
- name: Install Go |
|
|