diff --git a/.github/workflows/go_test.yaml b/.github/workflows/go_test.yaml index 221bd56..dee29ae 100644 --- a/.github/workflows/go_test.yaml +++ b/.github/workflows/go_test.yaml @@ -9,6 +9,7 @@ on: - "go.mod" - "go.sum" - "webui/webui.go" + - ".github/workflows/go_test.yaml" pull_request: branches: - main @@ -24,7 +25,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.23" + go-version: "1.24" cache: true - name: Run Tests run: go test -tags=test ./... -v