File tree 1 file changed +15
-5
lines changed
1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
env :
2
2
CIRRUS_CLONE_DEPTH : 1
3
- GO_VERSION : go1.21.3
3
+ GO_VERSION : go1.21.5
4
4
5
- freebsd_12_task :
5
+ freebsd_13_task :
6
6
freebsd_instance :
7
- image_family : freebsd-12-3
7
+ image_family : freebsd-13-2
8
8
install_script : |
9
9
pkg install -y go
10
10
GOBIN=$PWD/bin go install golang.org/dl/${GO_VERSION}@latest
11
11
bin/${GO_VERSION} download
12
- build_script : bin/${GO_VERSION} build -buildvcs=false -v ./...
13
- test_script : bin/${GO_VERSION} test -buildvcs=false -race ./...
12
+ build_script : bin/${GO_VERSION} build -v ./...
13
+ test_script : bin/${GO_VERSION} test -race ./...
14
+
15
+ freebsd_14_task :
16
+ freebsd_instance :
17
+ image_family : freebsd-14-0
18
+ install_script : |
19
+ pkg install -y go
20
+ GOBIN=$PWD/bin go install golang.org/dl/${GO_VERSION}@latest
21
+ bin/${GO_VERSION} download
22
+ build_script : bin/${GO_VERSION} build -v ./...
23
+ test_script : bin/${GO_VERSION} test -race ./...
You can’t perform that action at this time.
0 commit comments