Skip to content

Commit a84752f

Browse files
committed
fix(fix build): fix build
fix build
1 parent 0708067 commit a84752f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.20
19+
go-version: 'stable'
2020
check-latest: true
2121
- name: Build
2222
run: make build

0 commit comments

Comments
 (0)