1
0
mirror of https://github.com/taigrr/bitcask synced 2025-01-18 04:03:17 -08:00

Fix CI (again)

This commit is contained in:
James Mills 2020-12-11 20:43:56 +10:00
parent c09ce153e9
commit 9172eb0f90
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -10,7 +10,7 @@ jobs:
name: Build and Test
strategy:
matrix:
go-version: [1.12.x, 1.13.x, 1.14.l, 1.15.x]
go-version: [1.12.x, 1.13.x, 1.14.x, 1.15.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps: