Skip to content

Commit 29f7d44

Browse files
committed
CI: set go version to fix build failure
1 parent 5c7fa2a commit 29f7d44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ jobs:
77
steps:
88
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
99
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
10+
with:
11+
go-version: 1.21
1012
- run: make build

0 commit comments

Comments
 (0)