|
@@ -21,7 +21,7 @@ jobs:
|
|
|
with:
|
|
with:
|
|
|
go-version: ${{ matrix.go-version }}
|
|
go-version: ${{ matrix.go-version }}
|
|
|
- name: Checkout
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
|
- name: Run unit tests
|
|
- name: Run unit tests
|
|
|
run: make test
|
|
run: make test
|
|
|
|
|
|
|
@@ -44,7 +44,7 @@ jobs:
|
|
|
with:
|
|
with:
|
|
|
go-version: "1.21"
|
|
go-version: "1.21"
|
|
|
- name: Checkout
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
|
- name: Install Postgres client
|
|
- name: Install Postgres client
|
|
|
run: sudo apt update && sudo apt install -y postgresql-client
|
|
run: sudo apt update && sudo apt install -y postgresql-client
|
|
|
- name: Run integration tests
|
|
- name: Run integration tests
|