File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,14 +12,3 @@ mkdir -p \
1212export GOCACHE=" ${cache_root} /go/build"
1313export GOMODCACHE=" ${cache_root} /go/pkg/mod"
1414export GOLANGCI_LINT_CACHE=" ${cache_root} /golangci-lint"
15-
16- # CI pins tool versions in mise.toml/mise.lock, but the go: backend used for
17- # go-cover-treemap does not support locked-mode URLs. Skip the GitHub API-backed
18- # attestation/SLSA checks instead so reruns do not fail on unauthenticated rate
19- # limits inside the mise plugin.
20- export MISE_AQUA_GITHUB_ATTESTATIONS=false
21- export MISE_AQUA_SLSA=false
22- export MISE_GITHUB_ATTESTATIONS=false
23- export MISE_GITHUB_GITHUB_ATTESTATIONS=false
24- export MISE_GITHUB_SLSA=false
25- export MISE_SLSA=false
Original file line number Diff line number Diff line change 1515 artifact_paths :
1616 - dist/**/*
1717 secrets :
18+ - MISE_GITHUB_TOKEN
1819 - POSTHOG_API_KEY
1920 - OAUTH_CLIENT_ID
2021 command : ' GOOS="{{matrix}}" .buildkite/release.sh release --clean --split'
3940 env :
4041 AWS_REGION : us-east-1
4142 secrets :
43+ - MISE_GITHUB_TOKEN
4244 - POSTHOG_API_KEY
4345 - OAUTH_CLIENT_ID
4446 plugins :
Original file line number Diff line number Diff line change @@ -9,13 +9,17 @@ cache: ".buildkite/cache-volume"
99steps :
1010 - name : " :golangci-lint: lint"
1111 command : ' golangci-lint run --verbose --timeout 3m'
12+ secrets :
13+ - MISE_GITHUB_TOKEN
1214 plugins :
1315 - *mise_plugin
1416
1517 - name : " :go: test"
1618 key : test
1719 artifact_paths :
1820 - cover-tree.svg
21+ secrets :
22+ - MISE_GITHUB_TOKEN
1923 commands :
2024 # Hosted agents inject org/token env that breaks config-precedence tests,
2125 # so clear those variables in the command shell right before go test.
3842 artifact_paths :
3943 - dist/**/*
4044 secrets :
45+ - MISE_GITHUB_TOKEN
4146 - POSTHOG_API_KEY
4247 - OAUTH_CLIENT_ID
4348 command : ' GOOS="{{matrix}}" .buildkite/release.sh release --clean --snapshot --split'
You can’t perform that action at this time.
0 commit comments