Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit c114ead

Browse files
committed
chore: upgrade to Go 1.24
1 parent d0ab805 commit c114ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/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 AS builder
15+
FROM golang:1.24 AS builder
1616
WORKDIR /src
1717

1818
# This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.)

0 commit comments

Comments
 (0)