diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8b806a..eb826c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: - master env: - GO_VERSION: "1.25.6" + GO_VERSION: "1.26.1" jobs: # Runs Golangci-lint on the source code diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index c748ea1..880258a 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -16,7 +16,7 @@ jobs: - name: Set Up Go uses: actions/setup-go@v6 with: - go-version: "1.25.6" + go-version: "1.26.1" - name: Run GoReleaser uses: goreleaser/goreleaser-action@v7 with: