Skip to content

Commit 4b4c73c

Browse files
authored
Merge pull request mackerelio#862 from mackerelio/go122
use go 1.22.x on build phase
2 parents 3b84bc7 + 14aa498 commit 4b4c73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
${{ runner.os }}-go-
5454
- uses: actions/setup-go@v5
5555
with:
56-
go-version: 1.20.x
56+
go-version: 1.22.x
5757
- uses: actions/checkout@v4
5858
- run: make clean build rpm deb
5959
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)