File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ x-cache-env: &cache_env
66 GOMODCACHE : .buildkite/cache-volume/go/pkg/mod
77
88x-mise-plugin : &mise_plugin
9- buildkite-plugins/mise#v1.1.0 : ~
9+ buildkite-plugins/mise#v1.1.1 : ~
1010
1111cache : " .buildkite/cache-volume"
1212
2424 env :
2525 << : *cache_env
2626 GOOS : " {{matrix}}"
27- commands :
28- - ' . "${BUILDKITE_ENV_FILE}"'
29- - .buildkite/release.sh release --clean --split
27+ command : " .buildkite/release.sh release --clean --split"
3028 plugins :
3129 - *mise_plugin
3230
6765 download :
6866 - dist/**/*
6967 - *mise_plugin
70- commands :
71- - ' . "${BUILDKITE_ENV_FILE}"'
72- - .buildkite/release.sh continue --merge
68+ command : " .buildkite/release.sh continue --merge"
Original file line number Diff line number Diff line change @@ -7,15 +7,13 @@ x-cache-env: &cache_env
77 GOLANGCI_LINT_CACHE : .buildkite/cache-volume/golangci-lint
88
99x-mise-plugin : &mise_plugin
10- buildkite-plugins/mise#v1.1.0 : ~
10+ buildkite-plugins/mise#v1.1.1 : ~
1111
1212cache : " .buildkite/cache-volume"
1313
1414steps :
1515 - name : " :golangci-lint: lint"
16- commands :
17- - ' . "${BUILDKITE_ENV_FILE}"'
18- - golangci-lint run --verbose --timeout 3m
16+ command : golangci-lint run --verbose --timeout 3m
1917 env :
2018 << : *cache_env
2119 plugins :
2725 env :
2826 << : *cache_env
2927 commands :
30- - ' . "${BUILDKITE_ENV_FILE}"'
3128 - go test -coverprofile cover.out ./...
3229 - go run github.com/nikolaydubina/go-cover-treemap@v1.5.1 -coverprofile cover.out > cover-tree.svg
3330 - echo '<details><summary>Coverage tree map</summary><img src="artifact://cover-tree.svg" alt="Test coverage tree map" width="70%"></details>' | buildkite-agent annotate --style "info"
4946 env :
5047 << : *cache_env
5148 GOOS : " {{matrix}}"
52- commands :
53- - ' . "${BUILDKITE_ENV_FILE}"'
54- - .buildkite/release.sh release --clean --snapshot --split
49+ command : " .buildkite/release.sh release --clean --snapshot --split"
5550 plugins :
5651 - *mise_plugin
5752
You can’t perform that action at this time.
0 commit comments