Skip to content

Commit

Permalink
feat: bump minimum go version to 1.18 (#216)
Browse files Browse the repository at this point in the history
* feat: bump minimum go version to 1.18

* chore: bump go version in build.yml

---------

Co-authored-by: Maas Lalani <maas@lalani.dev>
  • Loading branch information
aymanbagabas and maaslalani authored Oct 5, 2023
1 parent b766f24 commit 93cd5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93cd5e0

Please sign in to comment.