Skip to content

Commit

Permalink
feat: use go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 28, 2024
1 parent 8fbb22f commit 6c123c5
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 @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
go_version: ["1.19", stable]
go_version: ["1.20", stable]
uses: charmbracelet/meta/.github/workflows/build.yml@main
with:
go_version: ${{ matrix.go_version }}
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.19
go 1.20

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

0 comments on commit 6c123c5

Please sign in to comment.