Skip to content

Commit

Permalink
Merge pull request #1831 from jpculp/sdk-bump-v0.23.1
Browse files Browse the repository at this point in the history
update to SDK 0.23.1
  • Loading branch information
jpculp authored Nov 17, 2021
2 parents 0262450 + 0c59f35 commit 2e15268
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 @@ -43,7 +43,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 2e15268

Please sign in to comment.