diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 58a158d..0e8ed49 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.25' + go-version: '1.26' cache: true - name: Run all tests diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f2b5ea..3a5f1f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.25' + go-version: '1.26' cache: true - name: Get version from tag