Skip to content

🔧 update sdk-go dependency to v1.9.0 #125

🔧 update sdk-go dependency to v1.9.0

🔧 update sdk-go dependency to v1.9.0 #125

Workflow file for this run

name: No go-ray check
on:
push:
paths: [go.mod]
pull_request:
paths: [go.mod]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
if grep -q "github.com/octoper/go-ray" go.mod; then
echo "Error: go-ray found in go.mod"
exit 1
fi