Skip to content

Commit

Permalink
build: update SDK to 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpculp committed Nov 17, 2021
1 parent 4236070 commit 0c59f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2
- run: rustup toolchain install 1.56.0 && rustup default 1.56.0
- run: rustup toolchain install 1.56.1 && rustup default 1.56.1
- run: cargo install --version 0.30.0 cargo-make
- run: cargo make -e BUILDSYS_VARIANT=${{ matrix.variant }} unit-tests
- run: cargo make -e BUILDSYS_VARIANT=${{ matrix.variant }} check-fmt
Expand Down
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BUILDSYS_NAME = "bottlerocket"
# "Bottlerocket Remix by ${CORP}" or "${CORP}'s Bottlerocket Remix"
BUILDSYS_PRETTY_NAME = "Bottlerocket OS"
# SDK version used for building
BUILDSYS_SDK_VERSION="v0.23.0"
BUILDSYS_SDK_VERSION="v0.23.1"
# Site for fetching the SDK
BUILDSYS_REGISTRY="public.ecr.aws/bottlerocket"

Expand Down

0 comments on commit 0c59f35

Please sign in to comment.