Skip to content

Commit 97fc59b

Browse files
authored
Merge branch 'main' into ci/azure-github-actions
2 parents 59a2297 + b95109a commit 97fc59b

65 files changed

Lines changed: 552 additions & 377 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 0 additions & 198 deletions
This file was deleted.

.golangci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ linters:
121121
- docs
122122
- _ci
123123
- .github
124-
- .circleci
125124
- third_party$
126125
- builtin$
127126
- examples$
@@ -140,7 +139,6 @@ formatters:
140139
- docs
141140
- _ci
142141
- .github
143-
- .circleci
144142
- third_party$
145143
- builtin$
146144
- examples$

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Terratest
22

33
[![Maintained by Gruntwork.io](https://img.shields.io/badge/maintained%20by-gruntwork.io-%235849a6.svg)](https://gruntwork.io/?ref=repo_terratest)
4-
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/gruntwork-io/terratest/tree/main.svg?style=svg&circle-token=8abd167739d60e4c1b6c1502d2092339a6c6a133)](https://dl.circleci.com/status-badge/redirect/gh/gruntwork-io/terratest/tree/main)
54
[![Go Report Card](https://goreportcard.com/badge/github.com/gruntwork-io/terratest)](https://goreportcard.com/report/github.com/gruntwork-io/terratest)
65
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/mod/github.com/gruntwork-io/terratest?tab=overview)
76
![go.mod version](https://img.shields.io/github/go-mod/go-version/gruntwork-io/terratest)
@@ -22,7 +21,23 @@ variety of helper functions and patterns for common infrastructure testing tasks
2221
- Running shell commands
2322
- And much more
2423

25-
Please see the following for more info:
24+
## Install
25+
26+
```bash
27+
go get github.com/gruntwork-io/terratest@latest
28+
```
29+
30+
Requires Go 1.26 or later.
31+
32+
## Stability and versioning
33+
34+
Starting with v1.0.0, Terratest follows [semantic versioning](https://semver.org/). Breaking changes to the public API
35+
only happen in major releases (e.g. v2.0.0).
36+
37+
Symbols renamed or replaced in v1 are kept with `// Deprecated:` annotations pointing at the new name; removals happen
38+
in v2. Migrating from v0.x: see [`MIGRATION.md`](./MIGRATION.md).
39+
40+
## More info
2641

2742
- [Terratest Website](https://terratest.gruntwork.io)
2843
- [Getting started with Terratest](https://terratest.gruntwork.io/docs/getting-started/quick-start/)

0 commit comments

Comments
 (0)