-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1dd701e
commit f5a4f1d
Showing
3 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.22 as go | ||
FROM golang:1.23 as go | ||
FROM gcr.io/distroless/base-debian12 as run | ||
|
||
FROM go as build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
module github.com/ubie-oss/flow/v4 | ||
|
||
require ( | ||
github.com/bradleyfalzon/ghinstallation/v2 v2.10.0 | ||
github.com/dlclark/regexp2 v1.11.0 | ||
github.com/go-chi/chi/v5 v5.0.12 | ||
github.com/bradleyfalzon/ghinstallation/v2 v2.11.0 | ||
github.com/dlclark/regexp2 v1.11.4 | ||
github.com/go-chi/chi/v5 v5.1.0 | ||
github.com/go-chi/render v1.0.3 | ||
github.com/google/go-github/v61 v61.0.0 | ||
github.com/sakajunquality/cloud-pubsub-events v0.0.1 | ||
github.com/stretchr/testify v1.9.0 | ||
golang.org/x/oauth2 v0.19.0 | ||
golang.org/x/oauth2 v0.22.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/ajg/form v1.5.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect | ||
github.com/google/go-github/v60 v60.0.0 // indirect | ||
github.com/google/go-github/v62 v62.0.0 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
) | ||
|
||
go 1.22 | ||
go 1.23.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters