mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
Drop support for Go 1.12 in CI
This commit is contained in:
parent
7235887aca
commit
19478ff94d
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
name: Build and Test
|
name: Build and Test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.12.x, 1.13.x, 1.14.x, 1.15.x]
|
go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x]
|
||||||
platform: [ubuntu-latest, macos-latest]
|
platform: [ubuntu-latest, macos-latest]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user