diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1c75099..686c14da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5.6.0 with: - go-version: "1.24" + go-version: "1.26" - name: Set up nodejs uses: actions/setup-node@v4 diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index e4459c1b..0132630a 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5.6.0 with: - go-version: '1.24' + go-version: '1.26' - name: test run: go test ./... -coverprofile=profile.cov diff --git a/go.mod b/go.mod index c534a613..85eaf6a9 100644 --- a/go.mod +++ b/go.mod @@ -52,4 +52,4 @@ require ( go 1.23.0 -toolchain go1.24.3 +toolchain go1.26.1