diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fc6669..53a0688 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-go@v7 with: - go-version: "1.26.5" + go-version: "1.27.0" cache: true - name: Vet run: go vet ./... @@ -62,7 +62,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-go@v7 with: - go-version: "1.26.5" + go-version: "1.27.0" cache: true - name: Build run: go build ./...