1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-03 18:40:43 +00:00

Fix tests: use latest Go versions, and only test on Ubuntu

This commit is contained in:
makeworld 2023-05-19 20:03:19 -04:00
parent 64548334e5
commit 66858aab09
No known key found for this signature in database
GPG Key ID: 7DE9FA10A6B58CA5

View File

@ -19,8 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ['1.16', '1.17', '1.18']
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: ['1.19', '1.20']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go