Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Remove Golang 1.11 and add Golang 1.13 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
russellcardullo committed Nov 19, 2019
1 parent fbbaa73 commit 1dd14ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
go:
- '1.11'
- '1.12'
- '1.13'
- master
env:
- GO111MODULE=on
Expand Down Expand Up @@ -32,5 +32,5 @@ deploy:
on:
tags: true
branch: master
go: '1.12'
go: '1.13'
repo: russellcardullo/terraform-provider-pingdom

0 comments on commit 1dd14ac

Please sign in to comment.