mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-27 02:02:35 -05:00
The dependencies here are dated and are causing conflicts with the ACME provider, namely the version of the top-level autorest package. This explicitly updates the Azure SDK and autorest packages, with the separately versioned sub-packages being added automatically.
12 lines
133 B
YAML
12 lines
133 B
YAML
language: go
|
|
go_import_path: github.com/pkg/errors
|
|
go:
|
|
- 1.4.3
|
|
- 1.5.4
|
|
- 1.6.2
|
|
- 1.7.1
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|