Skip to content

Commit 0066d9f

Browse files
authored
Merge pull request #1 from mathworks/1.0.1
1.0.1
2 parents e3c097a + 2ac250c commit 0066d9f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2025-2026 The MathWorks, Inc.
22

33
# Stage 1: Build the proxy executable
4-
FROM golang:1.26.1 AS builder
4+
FROM golang:1.26 AS builder
55
WORKDIR /app
66
COPY . /app
77
RUN go version

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/mathworks/parallelserverproxy
22

3-
go 1.26.1
3+
go 1.26
44

55
require (
66
github.com/stretchr/testify v1.9.0

0 commit comments

Comments
 (0)