mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
Require Go 1.16 (per Charm v0.9.x)
This commit is contained in:
parent
6aca2f5fe7
commit
220c4bd85c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -4,7 +4,7 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [~1.13, ^1]
|
||||
go-version: [~1.16, ^1]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue