Skip to content

Commit

Permalink
.travis: use 1.19.x
Browse files Browse the repository at this point in the history
  • Loading branch information
markya0616 committed Jun 27, 2023
1 parent 955b5c6 commit 3b9b152
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
Expand Up @@ -5,7 +5,7 @@ jobs:
allow_failures:
- stage: build
os: osx
go: 1.17.x
go: 1.19.x
env:
- azure-osx
- azure-ios
Expand All @@ -16,7 +16,7 @@ jobs:
- stage: lint
os: linux
dist: bionic
go: 1.17.x
go: 1.19.x
env:
- lint
git:
Expand All @@ -29,7 +29,7 @@ jobs:
os: linux
arch: amd64
dist: bionic
go: 1.17.x
go: 1.19.x
env:
- GO111MODULE=on
script:
Expand Down

0 comments on commit 3b9b152

Please sign in to comment.