We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344df47 commit e378c5bCopy full SHA for e378c5b
README.md
@@ -39,8 +39,8 @@ Here is an example of `.cirrus.yml` configuration file for testing a Go applicat
39
task:
40
env:
41
matrix:
42
- VERSION: 1.15
43
- VERSION: 1.14
+ VERSION: 1.21
+ VERSION: 1.22
44
name: Tests (Go $VERSION)
45
container:
46
image: golang:$VERSION
@@ -52,6 +52,8 @@ task:
52
test_script: go test ./...
53
```
54
55
+Note: `container:` implies the `amd64` architecture. If you're running on `arm64`, please use with the `arm_container` instead.
56
+
57
### Running Cirrus Tasks
58
59
To run Cirrus tasks, simply switch to a directory where the `.cirrus.yml` is located and run:
0 commit comments