diff --git a/.github/workflows/lint-and-format.yml b/.github/workflows/lint-and-format.yml index f9e8f98..8d75555 100644 --- a/.github/workflows/lint-and-format.yml +++ b/.github/workflows/lint-and-format.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '1.26' + go-version: '1.27' cache: true - name: Install dependencies diff --git a/.github/workflows/multi-os-test.yml b/.github/workflows/multi-os-test.yml index 31ae904..2c2e2c0 100644 --- a/.github/workflows/multi-os-test.yml +++ b/.github/workflows/multi-os-test.yml @@ -130,7 +130,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '1.26' + go-version: '1.27' cache: true - name: Setup package manager diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index a860157..e630363 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '1.26' + go-version: '1.27' cache: true - name: Install dependencies