Skip to content

Commit

Permalink
Upgrade go version to 1.22.2 (#1485)
Browse files Browse the repository at this point in the history
* upgrade go version to 1.22.2

* remove Go version from readme
  • Loading branch information
lovromazgon authored Apr 11, 2024
1 parent fbdf1ed commit cef8ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ rpm -i conduit_0.8.0_Linux_x86_64.rpm

Requirements:

- [Go](https://golang.org/) (1.21 or later)
- [Go](https://golang.org/)
- [Node.js](https://nodejs.org/) (18.x)
- [Yarn](https://yarnpkg.com/) (latest 1.x)
- [Ember CLI](https://ember-cli.com/)
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/conduitio/conduit

go 1.21.5
go 1.22.2

require (
buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go v1.32.0-20231027202514-3f42134f4c56.1
Expand Down

0 comments on commit cef8ae4

Please sign in to comment.