Skip to content

Commit

Permalink
fix: Remove the specification of the patch version for Go.
Browse files Browse the repository at this point in the history
  • Loading branch information
aki-nagai committed Aug 24, 2023
1 parent d10687e commit f3ec4b5
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
Expand Up @@ -2,7 +2,7 @@ module github.com/raksul/go-testclient

// Specify to the minimum version that is supported in testing.
// .github/workflows/test.yml
go 1.20.0
go 1.20

require github.com/stretchr/testify v1.8.4

Expand Down

0 comments on commit f3ec4b5

Please sign in to comment.