Skip to content

Commit adb1cb4

Browse files
authored
Merge pull request #15 from mackerelio/upgrade-go121
upgrade Go: 1.21, 1.20
2 parents 989585b + d1f1b87 commit adb1cb4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.20.x", "1.19.x"]'
15+
default: '["1.21.x", "1.20.x"]'
1616
required: false
1717
type: string
1818
pre:

.github/workflows/goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
workflow_call:
55
inputs:
66
go-version:
7+
# TODO: upgrade default Go version after 2023-11-01.
8+
# Go 1.21 requires Windows Server 2016 or higher.
9+
# But Mackerel supports older Windows Servers yet.
710
default: '1.20'
811
required: false
912
type: string

.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.20.x", "1.19.x"]'
16+
default: '["1.21.x", "1.20.x"]'
1717
required: false
1818
type: string
1919
run:

0 commit comments

Comments
 (0)