Skip to content

Commit

Permalink
Use core-windows-2022 image instead of unmaintained ci-windows-2022 (#97
Browse files Browse the repository at this point in the history
)

The image family `ci-windows-2022` has been unmaintained for a while and
has been replaced by `core-windows-2022`. This PR updates them to this
instead.

Related to [incident
505.](https://elastic.slack.com/archives/C078RND5G5C)
  • Loading branch information
nuugen authored Jun 20, 2024
1 parent 1514734 commit 960aa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
SETUP_GVM_VERSION: 'v0.5.0'
GO_VERSION_CHOCO: "1.20.5"
LINUX_AGENT_IMAGE: "golang:${GO_VERSION}"
WINDOWS_AGENT_IMAGE: "family/ci-windows-2022"
WINDOWS_AGENT_IMAGE: "family/core-windows-2022"

steps:
- label: ":golangci-lint: Lint"
Expand Down

0 comments on commit 960aa25

Please sign in to comment.