Skip to content

Commit

Permalink
Update the minimum golang version to 1.22 (#434)
Browse files Browse the repository at this point in the history
This commit updates the minimum golang version to 1.22, to match the
version used in the development Dockerfile [1].

[1]: https://github.com/Wind-River/cloud-platform-deployment-manager/blob/2ee64391edf40c4931342f1be69ddfba9aa33a72/Dockerfile#L2

Test Plan:
- PASS: make docker-build

Signed-off-by: Wallysson Silva <wallysson.silva@windriver.com>
  • Loading branch information
wasnio authored Dec 5, 2024
1 parent 2ee6439 commit 22a2c62
Showing 1 changed file with 1 addition and 1 deletion.
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/wind-river/cloud-platform-deployment-manager

go 1.19
go 1.22

require (
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
Expand Down

0 comments on commit 22a2c62

Please sign in to comment.