Skip to content

Commit

Permalink
Merge pull request #88 from netlify/update-golang-1-22-3
Browse files Browse the repository at this point in the history
Update Go to 1.22.3
  • Loading branch information
Skn0tt authored May 14, 2024
2 parents 65848d7 + cddef49 commit 740284b
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 @@
FROM golang:1.13
FROM golang:1.22.3

ADD . /go/src/github.com/netlify/git-gateway

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/netlify/git-gateway

go 1.19
go 1.22.3

require (
github.com/GoogleCloudPlatform/cloudsql-proxy v1.33.2
Expand Down

0 comments on commit 740284b

Please sign in to comment.