Skip to content

Commit

Permalink
feat: update to go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Dec 4, 2023
1 parent 7e60f93 commit 2d3fece
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 @@ -5,7 +5,7 @@ jobs:
build:
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
@@ -1,6 +1,6 @@
module github.com/charmbracelet/bubbletea

go 1.17
go 1.18

require (
github.com/aymanbagabas/go-pty v0.2.1
Expand Down

0 comments on commit 2d3fece

Please sign in to comment.