diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 8fc6ba07..97143633 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: cache: false - go-version: 1.25.1 + go-version: 1.26.3 id: go - name: Check out code into the Go module directory uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index be4c7a1f..1210441b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: cache: false - go-version: 1.25.1 + go-version: 1.26.3 id: go - name: Install GoReleaser uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 diff --git a/go.mod b/go.mod index de038a9b..409a1d2c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/updatecli/releasepost -go 1.25.1 +go 1.26.3 require ( github.com/Masterminds/semver/v3 v3.4.0