diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d4187df..f09f8dc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: run: make build/cover.out services: postgres: - image: postgres:12 + image: postgres:16 env: POSTGRES_PASSWORD: postgres ports: diff --git a/go.mod b/go.mod index 62dfd34..1ef7ec7 100644 --- a/go.mod +++ b/go.mod @@ -5,5 +5,5 @@ go 1.21 require ( github.com/hashicorp/go-version v1.6.0 github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db - github.com/ncw/swift v1.0.53 + github.com/ncw/swift/v2 v2.0.2 )