Skip to content

Commit c390fda

Browse files
authored
build: use correct go version for deployment (#148)
1 parent e4e393d commit c390fda

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
@@ -43,5 +43,5 @@ deploy:
4343
script: npx semantic-release
4444
skip_cleanup: true
4545
on:
46-
go: '1.12.x'
46+
go: '1.14.x'
4747
branch: main

0 commit comments

Comments
 (0)