Skip to content

Commit

Permalink
go.mod: use go1.21
Browse files Browse the repository at this point in the history
It's time to allow writing 'any' in source files.
  • Loading branch information
rsc committed Apr 5, 2024
1 parent 88b55e1 commit e6e6b7c
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/fhs/acme-lsp

go 1.12
go 1.21.9

require (
github.com/BurntSushi/toml v0.3.1
Expand Down

0 comments on commit e6e6b7c

Please sign in to comment.