diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-11-11 12:18:21 -0500 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-11-11 12:18:21 -0500 |
commit | 7fc0eea5e7cba009f3f2b2359f4ecb9ee0002b88 (patch) | |
tree | a6c9c12f4599bc61cbead4f95b86849fcfc833de /go.mod | |
parent | 73a1417859e1251a93e7157a137ca0d220beb2b2 (diff) |
go.mod: upgrade to go version 1.15
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ module ricketyspace.net/cryptopals -go 1.11 +go 1.15 |