diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 5d46c72..50acd10 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6.4.0 with: - go-version: '1.25.7' + go-version: '1.26.3' - name: Check go mod tidy run: | @@ -50,7 +50,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6.4.0 with: - go-version: '1.25.7' + go-version: '1.26.3' - name: Run tests run: go test -coverprofile=cover.out ./...