Skip to content

Commit 70a9988

Browse files
authored
Merge pull request #27 from mackerelio/update-go
update Go versions.
2 parents 675801a + 5b69428 commit 70a9988

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
type: string
1313
go-versions:
1414
description: 'Stringfied JSON object listing target Go versions'
15-
default: '["1.23.x", "1.22.x"]'
15+
default: '["1.24.x", "1.23.x"]'
1616
required: false
1717
type: string
1818
pre:

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_call:
55
inputs:
66
go-version:
7-
default: '1.22'
7+
default: '1.24'
88
required: false
99
type: string
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
type: string
1414
go-versions:
1515
description: 'Stringfied JSON object listing target Go versions'
16-
default: '["1.23.x", "1.22.x"]'
16+
default: '["1.24.x", "1.23.x"]'
1717
required: false
1818
type: string
1919
run:

0 commit comments

Comments
 (0)