mirror of https://github.com/jackc/pgx.git
Upgrade setup-go and checkout actions to v3
parent
97d1012f42
commit
05e9234c2e
|
@ -58,12 +58,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Set up Go 1.x
|
- name: Set up Go 1.x
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup database server for testing
|
- name: Setup database server for testing
|
||||||
run: ci/setup_test.bash
|
run: ci/setup_test.bash
|
||||||
|
|
Loading…
Reference in New Issue