Browse Source

Remove goarch 386 and go-version 1.13 from GHA

feature/sql-semaphore1
Eduard S 4 years ago
parent
commit
2e5ac8cfb6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/test.yml

+ 2
- 2
.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

Loading…
Cancel
Save