Skip to content

Commit

Permalink
Fix ES docker image dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Oct 15, 2023
1 parent 3679f99 commit e5166db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.*
#dotnet-quality: ga
dotnet-version: 8.0.*
dotnet-quality: preview
- name: Build Reason
env:
GITHUB_EVENT: ${{ toJson(github) }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/elasticsearch-docker-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.*
#dotnet-quality: preview
dotnet-version: 8.0.*
dotnet-quality: preview
- name: Build Reason
env:
GITHUB_EVENT: ${{ toJson(github) }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/elasticsearch-docker-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.*
#dotnet-quality: preview
dotnet-version: 8.0.*
dotnet-quality: preview
- name: Build Reason
env:
GITHUB_EVENT: ${{ toJson(github) }}
Expand Down

0 comments on commit e5166db

Please sign in to comment.