Skip to content

Commit 54b2417

Browse files
Petya KolevatatiNo5
authored andcommitted
Update windows images
1 parent e0a2c0c commit 54b2417

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
build-docker-windows:
5353
needs: lint-go
54-
runs-on: windows-2019
54+
runs-on: windows-2025
5555
steps:
5656
- uses: actions/checkout@v4
5757
name: Check out code

.github/workflows/proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
build-docker-windows:
5353
needs: lint-go
54-
runs-on: windows-2019
54+
runs-on: windows-2025
5555
steps:
5656
- uses: actions/checkout@v4
5757
- uses: docker/login-action@v3

proxy/Dockerfile-win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.4-nanoserver-1809
1+
FROM golang:1.22.4-nanoserver-ltsc2022
22
WORKDIR /src
33
COPY . .
44

0 commit comments

Comments
 (0)