Skip to content

Commit

Permalink
Update update-example-builder.yml
Browse files Browse the repository at this point in the history
Update Go version.
  • Loading branch information
dmikusa authored May 13, 2024
1 parent 9f2b06d commit 09487e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-example-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}
- uses: actions/setup-go@v5
with:
go-version: "1.18"
go-version: "1.20"
- name: Install update-package-dependency
run: |
#!/usr/bin/env bash
Expand Down

0 comments on commit 09487e4

Please sign in to comment.