diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbf7a55f9967ed2947cfc932d419fd639fb16a82..90a5aac97f387aeedd5c3b56d5adaef53eb6ba62 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.25" + go-version: "1.26" - name: Tidy modules run: go mod tidy diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b63c5984eaa1832a93b823a3939746f5a2ea3be..17820edcea945b1eec22bcfa3f9a16dbdcae1953 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.25" # Match the Go version in go.mod + go-version: "1.26" # 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 8dfd985c8490b50e7616a8ad4c8aca1ab632a01d..e136c620438b10e999dcb64016c0a04ab2461b20 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/floatpane/matcha -go 1.25.6 +go 1.26.0 require ( github.com/PuerkitoBio/goquery v1.11.0