Skip to content

Commit

Permalink
chore: build with Go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-dolce-form3 committed Apr 25, 2022
1 parent d4ba4da commit 0f2c829
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
language: go
go:
- 1.16
- 1.17
services:
- docker
- docker
script:
- make
- make
deploy:
- provider: script
skip_cleanup: true
script: bash scripts/goreleaser.sh
on:
tags: true
condition: $TRAVIS_OS_NAME = linux
- provider: script
skip_cleanup: true
script: bash scripts/goreleaser.sh
on:
tags: true
condition: $TRAVIS_OS_NAME = linux
env:
global:
- TF_ACC=1
- GO111MODULE=on
- TF_ACC=1
- GO111MODULE=on

0 comments on commit 0f2c829

Please sign in to comment.