Reviewed-on: #9
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-09-01 21:50:00 +00:00
committed by phoenix
parent 6f9029d4e3
commit 2c0a662733
6 changed files with 325 additions and 5 deletions
+1 -2
View File
@@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest # You can change this to macos-latest or windows-latest if needed
runs-on: ubuntu-24.04 # You can change this to macos-latest or windows-latest if needed
steps:
- uses: actions/checkout@v3
@@ -39,4 +39,3 @@ jobs:
echo "Go code has style issues. Please run 'golint./...' to see them."
exit 1
fi