Skip to content

Commit

Permalink
Revert "feat: min go version is now 1.20"
Browse files Browse the repository at this point in the history
This reverts commit 456332a.
  • Loading branch information
caarlos0 committed Feb 1, 2024
1 parent 456332a commit 34c5691
Show file tree
Hide file tree
Showing 3 changed files with 1,799 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 @@ -8,7 +8,7 @@ jobs:
build:
strategy:
matrix:
go-version: [~1.20, ^1]
go-version: [~1.17, ^1]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
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/promwish

go 1.20
go 1.17

require (
github.com/charmbracelet/log v0.3.1
Expand Down
Loading

0 comments on commit 34c5691

Please sign in to comment.