Skip to content

Commit 496895c

Browse files
author
legolas.zhan
committed
upgrade go --> v1.19
1 parent 784565f commit 496895c

File tree

2 files changed

+7
-22
lines changed

2 files changed

+7
-22
lines changed

.circleci/config.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

go.mod

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
module github.com/TTWShell/algorithms
22

3-
go 1.16
3+
go 1.19
44

55
require github.com/stretchr/testify v1.7.0
6+
7+
require (
8+
github.com/davecgh/go-spew v1.1.0 // indirect
9+
github.com/pmezard/go-difflib v1.0.0 // indirect
10+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
11+
)

0 commit comments

Comments
 (0)