Skip to content

Commit

Permalink
Update Travis build workflow for Go 1.18
Browse files Browse the repository at this point in the history
There are performance improvements here for amd64.
  • Loading branch information
gcla committed Jun 4, 2022
1 parent 3050278 commit 1eacb35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ branches:
git:
depth: false
go:
- 1.18.x
- 1.17.x
- 1.16.x
- 1.15.x
Expand All @@ -34,7 +35,7 @@ deploy:
script: bash scripts/do-release.sh
on:
all_branches: true
condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = 1.17.x"
condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = 1.18.x"
- provider: gcs
skip_cleanup: true
access_key_id: GOOGKKO2OYB5BE3XDNBJMDRK
Expand All @@ -47,4 +48,4 @@ deploy:
on:
repo: gcla/termshark
all_branches: true
condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = 1.17.x"
condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = 1.18.x"

0 comments on commit 1eacb35

Please sign in to comment.