Skip to content

Commit

Permalink
upgrade to go 1.22 (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum authored Jul 17, 2024
1 parent fb95a97 commit bc6317c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.19
ARG GO_VERSION=1.22

#------------------------------------------------------------------------------
# Base Debian Image
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.19
go 1.22

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

0 comments on commit bc6317c

Please sign in to comment.