Skip to content

Commit

Permalink
chore: Update go version to 1.21
Browse files Browse the repository at this point in the history
This change is necessary to use the new `flag.BoolFunc` method for the
`-v` verbosity flag which does not require parameters.
  • Loading branch information
cluttrdev committed Nov 17, 2023
1 parent 22ab2db commit bf18535
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/cluttrdev/deepl-go

go 1.19
go 1.21

require (
github.com/pkg/errors v0.9.1
Expand Down

0 comments on commit bf18535

Please sign in to comment.