Skip to content

Commit 632e8e0

Browse files
committed
Add windows 2025 runner
1 parent 4d4598a commit 632e8e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
inputs:
88
os-versions:
99
description: 'Stringfied JSON object listing GitHub-hosted runnners'
10-
default: '["ubuntu-22.04", "windows-2022", "macos-14"]'
10+
default: '["ubuntu-22.04", "windows-2022", "macos-14", "windows-2025"]'
1111
required: false
1212
type: string
1313
skip-cache:

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
inputs:
88
os-versions:
99
description: 'Stringfied JSON object listing GitHub-hosted runnners'
10-
default: '["ubuntu-22.04", "windows-2022", "macos-14"]'
10+
default: '["ubuntu-22.04", "windows-2022", "macos-14", "windows-2025"]'
1111
required: false
1212
type: string
1313
go-versions:

.github/workflows/setup-go-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
inputs:
99
os-versions:
1010
description: 'Stringfied JSON object listing GitHub-hosted runnners'
11-
default: '["ubuntu-22.04", "windows-2022", "macos-14"]'
11+
default: '["ubuntu-22.04", "windows-2022", "macos-14", "windows-2025"]'
1212
required: false
1313
type: string
1414
go-versions:

0 commit comments

Comments
 (0)