Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <[email protected]>
  • Loading branch information
wallyqs committed Apr 6, 2023
1 parent fd2f99c commit a56c352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go

go:
- 1.17
- 1.18
- 1.19
- 1.20

env:
global:
Expand All @@ -19,7 +19,7 @@ script:
after_success:
- |
case "$TRAVIS_GO_VERSION" in
(1.17|1.17.*)
(1.19|1.19.*)
if [[ "$BUILD_GOOS" == "linux" ]] && [[ -n "$TRAVIS_TAG" ]]; then
./scripts/cross_compile.sh
ghr --username wallyqs --token $GITHUB_TOKEN --replace --debug "$TRAVIS_TAG" pkg/
Expand Down

0 comments on commit a56c352

Please sign in to comment.