Skip to content

Commit 307136c

Browse files
authored
ci: go 1.25.3 in the 1st step of infra/dispatcher/Dockerfile (#2725)
Previous #2724 missed the 1st occurrence of `golang:1.25.0`.
1 parent 331b8e0 commit 307136c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/dispatcher/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
FROM golang:1.25.0 AS build
14+
FROM golang:1.25.3 AS build
1515

1616
WORKDIR /src
1717

0 commit comments

Comments
 (0)