mirror of
https://github.com/makeworld-the-better-one/amfora.git
synced 2024-11-22 15:46:51 +03:00
Fix tests: use latest Go versions, and only test on Ubuntu
This commit is contained in:
parent
64548334e5
commit
66858aab09
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -19,8 +19,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ['1.16', '1.17', '1.18']
|
go-version: ['1.19', '1.20']
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
|
Loading…
Reference in New Issue
Block a user