Skip to content

Commit 0f59059

Browse files
authored
Merge pull request #8383 from jackfrancis/dockerfile-golang-1.22.12
[cluster-autoscaler-release-1.31]: build with go 1.22.12
2 parents 44e0e00 + ffba441 commit 0f59059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.22.2
15+
FROM golang:1.22.12
1616
LABEL maintainer="Marcin Wielgus <[email protected]>"
1717

1818
ENV GOPATH /gopath/

0 commit comments

Comments
 (0)