Skip to content

Commit 1153b76

Browse files
committed
use newer golang in travis ci
Signed-off-by: abzcoding <[email protected]>
1 parent bc8c96a commit 1153b76

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
sudo: false
21
language: go
32
go:
4-
- 1.15.1
5-
- tip
3+
- "1.23.6"
4+
- stable
65
script:
76
- make clean install
87
- go test

0 commit comments

Comments
 (0)