Skip to content

Commit 7ff68f0

Browse files
authored
chore(deps): update dependency berp to v1.6.0 (#452)
- Update .NET version from v8 to v9
1 parent 70c4c35 commit 7ff68f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test-codegen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919

2020
- uses: actions/setup-dotnet@v4
2121
with:
22-
dotnet-version: '8.0.x'
22+
dotnet-version: '9.0.x'
2323

2424
- name: install berp
2525
run: |
26-
dotnet tool update Berp --version 1.5.0 --tool-path ~/bin
26+
dotnet tool update Berp --version 1.6.0 --tool-path ~/bin
2727
echo "~/bin" >> $GITHUB_PATH
2828
2929
- name: generate code for all languages

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# See CONTRIBUTING.md
55
#
6-
FROM mcr.microsoft.com/dotnet/sdk:8.0
6+
FROM mcr.microsoft.com/dotnet/sdk:9.0
77

88
ENV DEBIAN_FRONTEND=noninteractive
99

@@ -19,7 +19,7 @@ WORKDIR /app
1919
RUN dotnet --list-sdks
2020

2121
# Install Berp (dotnet tool installs are user-global; not system global)
22-
RUN dotnet tool install --global Berp --version 1.5.0 \
22+
RUN dotnet tool install --global Berp --version 1.6.0 \
2323
&& echo 'export PATH="$PATH:/root/.dotnet/tools"' >> ~/.bashrc
2424

2525
WORKDIR /app

0 commit comments

Comments
 (0)