Skip to content

Commit 753fa4e

Browse files
fix: don't specify go's patch version in go.mod (#138)
1 parent 8d3a9ba commit 753fa4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smartcontractkit/timelock-worker
22

3-
go 1.22.5
3+
go 1.22
44

55
require (
66
github.com/docker/go-connections v0.5.0

0 commit comments

Comments
 (0)