feat: bump minimum go version to 1.18 (#216)

* feat: bump minimum go version to 1.18

* chore: bump go version in build.yml

---------

Co-authored-by: Maas Lalani <maas@lalani.dev>
This commit is contained in:
Ayman Bagabas 2023-10-05 09:07:18 -07:00 committed by GitHub
parent b766f24d45
commit 93cd5e0d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [~1.17, ^1]
go-version: [~1.18, ^1]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:

2
go.mod
View File

@ -2,7 +2,7 @@ module github.com/charmbracelet/lipgloss
retract v0.7.0 // v0.7.0 introduces a bug that causes some apps to freeze.
go 1.17
go 1.18
require (
github.com/mattn/go-runewidth v0.0.15