Skip to content

Commit

Permalink
Merge pull request #862 from mackerelio/go122
Browse files Browse the repository at this point in the history
use go 1.22.x on build phase
  • Loading branch information
lufia authored Jun 3, 2024
2 parents 3b84bc7 + 14aa498 commit 4b4c73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
${{ runner.os }}-go-
- uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.22.x
- uses: actions/checkout@v4
- run: make clean build rpm deb
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4b4c73c

Please sign in to comment.