|
@@ -15,7 +15,7 @@ jobs:
|
|
|
max-parallel: 4
|
|
max-parallel: 4
|
|
|
matrix:
|
|
matrix:
|
|
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
|
|
- go-version: ["1.21"]
|
|
|
|
|
|
|
+ go-version: ["1.22"]
|
|
|
steps:
|
|
steps:
|
|
|
- name: Set up Go
|
|
- name: Set up Go
|
|
|
uses: actions/setup-go@v5
|
|
uses: actions/setup-go@v5
|
|
@@ -43,7 +43,7 @@ jobs:
|
|
|
- name: Set up Go
|
|
- name: Set up Go
|
|
|
uses: actions/setup-go@v5
|
|
uses: actions/setup-go@v5
|
|
|
with:
|
|
with:
|
|
|
- go-version: "1.21"
|
|
|
|
|
|
|
+ go-version: "1.22"
|
|
|
- name: Checkout
|
|
- name: Checkout
|
|
|
uses: actions/checkout@v4
|
|
uses: actions/checkout@v4
|
|
|
- name: Install Postgres client
|
|
- name: Install Postgres client
|