fix: go1.23

This commit is contained in:
Daniel Ding
2025-04-12 16:38:48 +08:00
parent b6f1925053
commit ec675a3bf2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v3
with:
go-version: '1.16.x'
go-version: '1.23.x'
- name: Generate coverage report
run: make cover
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v3
with:
go-version: '1.16.x'
go-version: '1.23.x'
- name: Building packages
run: |