diff --git a/.github/pipeline-version b/.github/pipeline-version index 32b7211..5f24410 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.40.0 +1.41.2 diff --git a/.github/workflows/pb-create-package.yml b/.github/workflows/pb-create-package.yml index 961d70e..4f2a086 100644 --- a/.github/workflows/pb-create-package.yml +++ b/.github/workflows/pb-create-package.yml @@ -18,7 +18,7 @@ jobs: username: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }} - uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version: "1.23" - name: Install create-package run: | #!/usr/bin/env bash diff --git a/.github/workflows/pb-tests.yml b/.github/workflows/pb-tests.yml index e47ad65..107cd25 100644 --- a/.github/workflows/pb-tests.yml +++ b/.github/workflows/pb-tests.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version: "1.23" - name: Install create-package run: | #!/usr/bin/env bash @@ -182,7 +182,7 @@ jobs: restore-keys: ${{ runner.os }}-go- - uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version: "1.23" - name: Install richgo run: | #!/usr/bin/env bash diff --git a/.github/workflows/pb-update-go.yml b/.github/workflows/pb-update-go.yml index 0325d89..63e2948 100644 --- a/.github/workflows/pb-update-go.yml +++ b/.github/workflows/pb-update-go.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version: "1.23" - uses: actions/checkout@v4 - name: Update Go Version & Modules id: update-go @@ -25,7 +25,7 @@ jobs: exit 1 fi - OLD_GO_VERSION=$(grep -P '^go \d\.\d+' go.mod | cut -d ' ' -f 2) + OLD_GO_VERSION=$(grep -P '^go \d\.\d+' go.mod | cut -d ' ' -f 2 | cut -d '.' -f 1-2) go mod edit -go="$GO_VERSION" go mod tidy @@ -49,7 +49,7 @@ jobs: echo "commit-body=${COMMIT_BODY}" >> "$GITHUB_OUTPUT" echo "commit-semver=${COMMIT_SEMVER}" >> "$GITHUB_OUTPUT" env: - GO_VERSION: "1.22" + GO_VERSION: "1.23" - uses: peter-evans/create-pull-request@v6 with: author: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }} <${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}@users.noreply.github.com> diff --git a/.github/workflows/pb-update-pipeline.yml b/.github/workflows/pb-update-pipeline.yml index e08caba..405b49f 100644 --- a/.github/workflows/pb-update-pipeline.yml +++ b/.github/workflows/pb-update-pipeline.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version: "1.23" - name: Install octo run: | #!/usr/bin/env bash diff --git a/.github/workflows/pb-update-tini-arm-64.yml b/.github/workflows/pb-update-tini-arm-64.yml index 34c8fe0..e5246cb 100644 --- a/.github/workflows/pb-update-tini-arm-64.yml +++ b/.github/workflows/pb-update-tini-arm-64.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version: "1.23" - name: Install update-buildpack-dependency run: | #!/usr/bin/env bash diff --git a/.github/workflows/pb-update-tini.yml b/.github/workflows/pb-update-tini.yml index 03db0ca..1cfe850 100644 --- a/.github/workflows/pb-update-tini.yml +++ b/.github/workflows/pb-update-tini.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version: "1.23" - name: Install update-buildpack-dependency run: | #!/usr/bin/env bash