diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90a5aac97f387aeedd5c3b56d5adaef53eb6ba62..d0824e836465d9ed8e925d1d795a7ea49412a183 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.26" + go-version: "1.26.1" - name: Tidy modules run: go mod tidy diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3d3ccd0aba25e2e7e2c211278ccdefd96b6f1e2..e9a907335f476695d81b9f925aaa2fc1467fac2f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.26" # Match the Go version in go.mod + go-version: "1.26.1" # Match the Go version in go.mod - name: Bump version and push tag id: tag_version diff --git a/go.mod b/go.mod index 3b68878928b51727cb491c6490e37c6f36755025..a96b38bbcd1f87090d206906c469fc6126af333c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/floatpane/matcha -go 1.26.0 +go 1.26.1 require ( charm.land/bubbles/v2 v2.0.0