diff --git a/README.md b/README.md index 804a334b..c2c4020f 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ We currently provide a few Docker images: [target/flottbot](https://hub.docker.com/r/target/flottbot) - Alpine image and flottbot binary installed -[target/flottbot:ruby](https://hub.docker.com/r/target/flottbot) - Alpine image, flottbot binary, and ruby v3.1 installed +[target/flottbot:ruby](https://hub.docker.com/r/target/flottbot) - Alpine image, flottbot binary, and ruby v3.2 installed -[target/flottbot:golang](https://hub.docker.com/r/target/flottbot) - Alpine image, flottbot binary, and golang v1.19 installed +[target/flottbot:golang](https://hub.docker.com/r/target/flottbot) - Alpine image, flottbot binary, and golang v1.20 installed [target/flottbot:python](https://hub.docker.com/r/target/flottbot) - Alpine image, flottbot binary, and python v3.11 installed diff --git a/go.mod b/go.mod index ab42d3bc..4601b8c5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/target/flottbot -go 1.19 +go 1.20 require ( cloud.google.com/go/pubsub v1.30.1