diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9902582..aa62923 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-go@v7 with: - go-version: '1.26' + go-version: '1.27' - name: golangci-lint uses: golangci/golangci-lint-action@v9 @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-go@v7 with: - go-version: '1.26' + go-version: '1.27' check-latest: true cache: true cache-dependency-path: | @@ -40,7 +40,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-go@v7 with: - go-version: '1.26' + go-version: '1.27' # Catch a broken release config here rather than halfway through a tag. - name: Validate release config uses: goreleaser/goreleaser-action@v7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08eb08b..2a29044 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v7 - uses: actions/setup-go@v7 with: - go-version: '1.26' + go-version: '1.27' - name: golangci-lint uses: golangci/golangci-lint-action@v9 @@ -31,7 +31,7 @@ jobs: - name: Set up Go 🐹 uses: actions/setup-go@v7 with: - go-version: '1.26' + go-version: '1.27' - name: Generate Release Notes 📝 # Written outside the working tree: GoReleaser refuses to release from