File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
19
19
20
20
- uses : actions/setup-dotnet@v4
21
21
with :
22
- dotnet-version : ' 8 .0.x'
22
+ dotnet-version : ' 9 .0.x'
23
23
24
24
- name : install berp
25
25
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
27
27
echo "~/bin" >> $GITHUB_PATH
28
28
29
29
- name : generate code for all languages
Original file line number Diff line number Diff line change 3
3
#
4
4
# See CONTRIBUTING.md
5
5
#
6
- FROM mcr.microsoft.com/dotnet/sdk:8 .0
6
+ FROM mcr.microsoft.com/dotnet/sdk:9 .0
7
7
8
8
ENV DEBIAN_FRONTEND=noninteractive
9
9
@@ -19,7 +19,7 @@ WORKDIR /app
19
19
RUN dotnet --list-sdks
20
20
21
21
# 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 \
23
23
&& echo 'export PATH="$PATH:/root/.dotnet/tools"' >> ~/.bashrc
24
24
25
25
WORKDIR /app
You can’t perform that action at this time.
0 commit comments