Skip to content

Commit

Permalink
update ci yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aradwann committed Mar 11, 2024
1 parent 16afe07 commit 0f44145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

services:
postgres:
image: postgres:15-alpine
image: postgis/postgis:16-3.4-alpine
env:
POSTGRES_USER: root
POSTGRES_PASSWORD: secret
Expand All @@ -29,7 +29,7 @@ jobs:
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ^1.21
id: go
Expand Down

0 comments on commit 0f44145

Please sign in to comment.