Skip to content

Commit a145530

Browse files
committed
ci: use mise plugin v1.1.1
1 parent a697d80 commit a145530

2 files changed

Lines changed: 6 additions & 15 deletions

File tree

.buildkite/pipeline.release.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ x-cache-env: &cache_env
66
GOMODCACHE: .buildkite/cache-volume/go/pkg/mod
77

88
x-mise-plugin: &mise_plugin
9-
buildkite-plugins/mise#v1.1.0: ~
9+
buildkite-plugins/mise#v1.1.1: ~
1010

1111
cache: ".buildkite/cache-volume"
1212

@@ -24,9 +24,7 @@ steps:
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

@@ -67,6 +65,4 @@ steps:
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"

.buildkite/pipeline.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ x-cache-env: &cache_env
77
GOLANGCI_LINT_CACHE: .buildkite/cache-volume/golangci-lint
88

99
x-mise-plugin: &mise_plugin
10-
buildkite-plugins/mise#v1.1.0: ~
10+
buildkite-plugins/mise#v1.1.1: ~
1111

1212
cache: ".buildkite/cache-volume"
1313

1414
steps:
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:
@@ -27,7 +25,6 @@ steps:
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"
@@ -49,9 +46,7 @@ steps:
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

0 commit comments

Comments
 (0)