ci: no fuzz, don't pin Go
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
Test / test (oldstable) (push) Successful in 4m50s Details
Test / test (stable) (push) Successful in 5m58s Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-11-07 22:14:21 +01:00
parent 914d5dc71d
commit dac53bd5bf
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
2 changed files with 2 additions and 8 deletions

View File

@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: true
matrix:
goVer: ["1.20.x", "1.21.x"]
goVer: ["oldstable", "stable"]
runs-on: ubuntu-latest
steps:
@ -23,6 +23,3 @@ jobs:
- name: Test
run: make test-ci
- name: Fuzz
run: make fuzz-ci

View File

@ -7,7 +7,7 @@ jobs:
fail-fast: true
matrix:
platform: [macos, windows]
goVer: ["1.20.x", "1.21.x"]
goVer: ["oldstable", "stable"]
runs-on: ${{ matrix.platform }}-latest
steps:
- name: Set up Go
@ -23,6 +23,3 @@ jobs:
- name: Test
run: make test-ci
- name: Fuzz
run: make fuzz-ci