Skip to content

Commit

Permalink
chore(ci): Upgrade golang to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed Jul 30, 2024
1 parent 3d3bfac commit b476d4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ USER 1001:0

ADD build/_output/bin/kamel-${IMAGE_ARCH} /usr/local/bin/kamel

FROM golang:1.21 AS go
FROM golang:1.22 AS go

RUN go install github.com/go-delve/delve/cmd/dlv@latest

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/contributing/developers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ There are many ways you can contribute to Camel K, not only software development

In order to build the project, you need to comply with the following requirements:

* **Go version 1.21+**: needed to compile and test the project. Refer to the https://golang.org/[Go website] for the installation.
* **Go version 1.22+**: needed to compile and test the project. Refer to the https://golang.org/[Go website] for the installation.
* **GNU Make**: used to define composite build actions. This should be already installed or available as a package if you have a good OS (https://www.gnu.org/software/make/).
* **JDK version 17+**: the build requires JDK version 17 or above. This corresponds to the JDK version of the integration base image.
* **Maven version 3.8+**: the build requires Maven 3.8 or above. This corresponds to the version defined in the `build/Dockerfile`.
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/apache/camel-k/v2

go 1.21
go 1.22

require (
github.com/Masterminds/semver v1.5.0
Expand Down

0 comments on commit b476d4d

Please sign in to comment.