Skip to content

Commit

Permalink
Merge branch 'main' into statsd-null-object
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhodges authored Aug 1, 2024
2 parents a88ed97 + 3e85ead commit 934e070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

services:
database:
image: postgres:11
image: postgres:14
env:
POSTGRES_DB: ${{ env.DBNAME }}
POSTGRES_PASSWORD: ${{ env.PGPASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion database/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:11
FROM postgres:14

# CircleCI does not support mounting folders, so add files directly
# https://circleci.com/docs/2.0/building-docker-images/#mounting-folders
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mozilla-services/autograph

go 1.22.5
go 1.22.1

require (
github.com/DataDog/datadog-go v3.7.2+incompatible
Expand Down

0 comments on commit 934e070

Please sign in to comment.