Skip to content

Commit

Permalink
Update Go version in go.mod file
Browse files Browse the repository at this point in the history
Change the specified Go version from 1.21.6 to 1.21. This ensures compatibility with a broader range of Go environments and avoids issues with specific patch versions. No other dependencies or requirements were modified.
  • Loading branch information
meanmail committed Sep 18, 2024
1 parent db401c8 commit 5da8f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epicbox-go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module main

go 1.21.6
go 1.21

require (
github.com/PuerkitoBio/goquery v1.8.1
Expand Down

0 comments on commit 5da8f32

Please sign in to comment.