Skip to content

Commit 323b7ec

Browse files
committed
Update travis to use golang 1.18.x
Signed-off-by: Luis Pabón <[email protected]>
1 parent 0f3192c commit 323b7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: go
22
services:
33
- docker
44
go:
5-
- 1.15.x
5+
- 1.18.x
66
install:
77
- (cd ./..; go get -u github.com/vbatts/git-validation)
88
script:

0 commit comments

Comments
 (0)