Skip to content

Commit

Permalink
update node, checkout and setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed May 15, 2024
1 parent 208e0c7 commit 1ec01c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
container:
image: node:18
image: node:20
strategy:
matrix:
searchdb-host: [elastic7, elastic8, opensearch1, opensearch2]
Expand Down Expand Up @@ -52,10 +52,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ env.go-version }}

Expand Down

0 comments on commit 1ec01c9

Please sign in to comment.