Skip to content

Commit

Permalink
Fix golang version in example Dockerfile (#747)
Browse files Browse the repository at this point in the history
* Fix golang version in example Dockerfile

Signed-off-by: michal.gubricky <[email protected]>

* Update Tests/kaas/kaas-sonobuoy-go-example-e2e-framework/Dockerfile

Co-authored-by: tonifinger <[email protected]>
Signed-off-by: Michal Gubricky <[email protected]>

---------

Signed-off-by: michal.gubricky <[email protected]>
Signed-off-by: Michal Gubricky <[email protected]>
Co-authored-by: tonifinger <[email protected]>
  • Loading branch information
michal-gubricky and tonifinger committed Sep 17, 2024
1 parent e9d26bc commit 90f3244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17-buster as build
FROM golang:1.23

# Install kubectl
# Note: Latest version may be found on:
Expand Down

0 comments on commit 90f3244

Please sign in to comment.