Skip to content

Commit

Permalink
Update to .NET 8 GA
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith authored and niemyjski committed Nov 30, 2023
1 parent 038a137 commit 50e85d8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.*
dotnet-quality: preview
#dotnet-quality: preview
- name: Build Reason
env:
GITHUB_EVENT: ${{ toJson(github) }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.*
dotnet-quality: preview
#dotnet-quality: preview

- name: Version
id: version
Expand All @@ -58,7 +58,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.*
dotnet-quality: preview
#dotnet-quality: preview

- name: Start Services
working-directory: docker
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.*
dotnet-quality: preview
#dotnet-quality: preview

- name: Cache node_modules
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elasticsearch-docker-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.*
dotnet-quality: preview
#dotnet-quality: preview
- name: Build Reason
env:
GITHUB_EVENT: ${{ toJson(github) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elasticsearch-docker-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.*
dotnet-quality: preview
#dotnet-quality: preview
- name: Build Reason
env:
GITHUB_EVENT: ${{ toJson(github) }}
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ USER elasticsearch

RUN wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh && \
chmod +x dotnet-install.sh && \
./dotnet-install.sh --channel 8.0 --quality preview --runtime aspnetcore && \
./dotnet-install.sh --channel 8.0 --quality ga --runtime aspnetcore && \
rm dotnet-install.sh

EXPOSE 8080 9200
Expand Down Expand Up @@ -200,7 +200,7 @@ USER elasticsearch

RUN wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh && \
chmod +x dotnet-install.sh && \
./dotnet-install.sh --channel 8.0 --quality preview --runtime aspnetcore && \
./dotnet-install.sh --channel 8.0 --quality ga --runtime aspnetcore && \
rm dotnet-install.sh

EXPOSE 8080 9200
Expand Down

0 comments on commit 50e85d8

Please sign in to comment.