diff --git a/.github/workflows/ci-go-test.yml b/.github/workflows/ci-go-test.yml index ea3a1bcaa..a47143897 100644 --- a/.github/workflows/ci-go-test.yml +++ b/.github/workflows/ci-go-test.yml @@ -52,7 +52,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.24.3 + go-version: 1.24.4 cache-dependency-path: "${{ matrix.dir }}/go.sum" - name: Run Unit Tests run: | diff --git a/.github/workflows/ci-runtime-build.yml b/.github/workflows/ci-runtime-build.yml index 789b5e201..cf4f77a96 100644 --- a/.github/workflows/ci-runtime-build.yml +++ b/.github/workflows/ci-runtime-build.yml @@ -33,7 +33,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.24.3 + go-version: 1.24.4 cache-dependency-path: runtime/go.sum - name: Build Runtime working-directory: runtime diff --git a/.github/workflows/ci-runtime-integration-tests.yml b/.github/workflows/ci-runtime-integration-tests.yml index edf28a291..4dbb2b40e 100644 --- a/.github/workflows/ci-runtime-integration-tests.yml +++ b/.github/workflows/ci-runtime-integration-tests.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.24.3 + go-version: 1.24.4 cache-dependency-path: runtime/go.sum - name: Setup Node uses: actions/setup-node@v4 diff --git a/.github/workflows/ci-sdk-go-build.yml b/.github/workflows/ci-sdk-go-build.yml index 8cf9113ab..0c8164dff 100644 --- a/.github/workflows/ci-sdk-go-build.yml +++ b/.github/workflows/ci-sdk-go-build.yml @@ -58,7 +58,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.24.3 + go-version: 1.24.4 cache-dependency-path: ./sdk/go/go.sum - name: Build Program run: go build . @@ -79,7 +79,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.24.3 + go-version: 1.24.4 cache-dependency-path: "${{ matrix.dir }}/go.sum" - name: Setup TinyGo uses: acifani/setup-tinygo@v2 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3885ff466..6ba983d5c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -67,7 +67,7 @@ jobs: if: matrix.language == 'go' uses: actions/setup-go@v5 with: - go-version: 1.24.3 + go-version: 1.24.4 cache-dependency-path: runtime/go.sum # Initializes the CodeQL tools for scanning. diff --git a/.github/workflows/release-runtime.yaml b/.github/workflows/release-runtime.yaml index 1d74ee882..0ed0771c0 100644 --- a/.github/workflows/release-runtime.yaml +++ b/.github/workflows/release-runtime.yaml @@ -32,7 +32,7 @@ jobs: run: npm run build - uses: actions/setup-go@v5 with: - go-version: 1.24.3 + go-version: 1.24.4 cache-dependency-path: runtime/go.sum - uses: goreleaser/goreleaser-action@v6 with: diff --git a/.github/workflows/release-sdk-go.yaml b/.github/workflows/release-sdk-go.yaml index edf425a27..7b6285a3f 100644 --- a/.github/workflows/release-sdk-go.yaml +++ b/.github/workflows/release-sdk-go.yaml @@ -26,7 +26,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.24.3 + go-version: 1.24.4 cache-dependency-path: ./sdk/go/go.sum - name: Prepare Release working-directory: sdk/go