Skip to content

Commit 4d4598a

Browse files
authored
Merge pull request #25 from mackerelio/update-env
update macos, golang
2 parents 8c162e7 + e9b0905 commit 4d4598a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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-12"]'
10+
default: '["ubuntu-22.04", "windows-2022", "macos-14"]'
1111
required: false
1212
type: string
1313
skip-cache:

.github/workflows/go-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
inputs:
88
os-versions:
99
description: 'Stringfied JSON object listing GitHub-hosted runnners'
10-
default: '["ubuntu-22.04", "windows-2022", "macos-12"]'
10+
default: '["ubuntu-22.04", "windows-2022", "macos-14"]'
1111
required: false
1212
type: string
1313
go-versions:
1414
description: 'Stringfied JSON object listing target Go versions'
15-
default: '["1.22.x", "1.21.x"]'
15+
default: '["1.23.x", "1.22.x"]'
1616
required: false
1717
type: string
1818
pre:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88
inputs:
99
os-versions:
1010
description: 'Stringfied JSON object listing GitHub-hosted runnners'
11-
default: '["ubuntu-22.04", "windows-2022", "macos-12"]'
11+
default: '["ubuntu-22.04", "windows-2022", "macos-14"]'
1212
required: false
1313
type: string
1414
go-versions:
1515
description: 'Stringfied JSON object listing target Go versions'
16-
default: '["1.22.x", "1.21.x"]'
16+
default: '["1.23.x", "1.22.x"]'
1717
required: false
1818
type: string
1919
run:

0 commit comments

Comments
 (0)