diff --git a/.github/workflows/on-tag.yaml b/.github/workflows/on-tag.yaml index 5805fcb8..3552de7f 100644 --- a/.github/workflows/on-tag.yaml +++ b/.github/workflows/on-tag.yaml @@ -45,7 +45,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.25.5 + go-version: 1.26.1 id: go - name: Create Release uses: goreleaser/goreleaser-action@v6 diff --git a/go.mod b/go.mod index 2c2af8c2..54bac6f4 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module lybbrio go 1.25.0 -toolchain go1.25.5 +toolchain go1.26.1 require ( entgo.io/contrib v0.7.0