Skip to content

Commit

Permalink
Merge pull request #15 from mackerelio/upgrade-go121
Browse files Browse the repository at this point in the history
upgrade Go: 1.21, 1.20
  • Loading branch information
lufia authored Oct 2, 2023
2 parents 989585b + d1f1b87 commit adb1cb4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
type: string
go-versions:
description: 'Stringfied JSON object listing target Go versions'
default: '["1.20.x", "1.19.x"]'
default: '["1.21.x", "1.20.x"]'
required: false
type: string
pre:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
workflow_call:
inputs:
go-version:
# TODO: upgrade default Go version after 2023-11-01.
# Go 1.21 requires Windows Server 2016 or higher.
# But Mackerel supports older Windows Servers yet.
default: '1.20'
required: false
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup-go-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
type: string
go-versions:
description: 'Stringfied JSON object listing target Go versions'
default: '["1.20.x", "1.19.x"]'
default: '["1.21.x", "1.20.x"]'
required: false
type: string
run:
Expand Down

0 comments on commit adb1cb4

Please sign in to comment.