Skip to content

Commit

Permalink
feat: bump minimum go version to go1.20
Browse files Browse the repository at this point in the history
Soft Serve already uses symbols introduced in go1.20

Fixes: #293
  • Loading branch information
aymanbagabas committed May 16, 2023
1 parent 4bb9abb commit 9b8e183
Showing 1 changed file with 1 addition and 1 deletion.
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/soft-serve

go 1.18
go 1.20

require (
github.com/alecthomas/chroma v0.10.0
Expand Down

0 comments on commit 9b8e183

Please sign in to comment.