From 6d9d500de946d5b992804b4208449fc741f68e26 Mon Sep 17 00:00:00 2001 From: Chongyi Zheng Date: Sun, 25 Feb 2024 21:55:48 -0500 Subject: Use Go 1.22 This upgrades sally to use Go 1.22. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 9fb023c..7373cb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # It does not include a sally configuration. # A /sally.yaml file is required for this to run. -FROM golang:1.21-alpine +FROM golang:1.22-alpine COPY . /build WORKDIR /build -- cgit v1.2.3