mirror of
https://github.com/charmbracelet/glow
synced 2024-12-14 14:12:27 +00:00
Remove tests for Go 1.11 and 1.12 (keygen is 1.13 and up)
This commit is contained in:
parent
553d064c92
commit
c0ca639f3a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -4,13 +4,13 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x]
|
||||
go-version: [1.13.x, 1.14.x]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
env:
|
||||
GO111MODULE: "on"
|
||||
steps:
|
||||
|
||||
|
||||
- name: Configure git for private modules
|
||||
env:
|
||||
TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue