Skip to content

Commit f67ad0d

Browse files
committed
Updating github-config
1 parent b1633f2 commit f67ad0d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/create-draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Go
4444
uses: actions/setup-go@v3
4545
with:
46-
go-version: 1.18.x
46+
go-version: 1.19.x
4747
- name: Checkout
4848
uses: actions/checkout@v3
4949
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true

.github/workflows/create-release-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
2323
repo: ${{ github.repository }}
24-
issue_title: "Week of (${{ steps.date.outputs.day_of_month }}): Cut buildpack releases"
24+
issue_title: "Week of ${{ steps.date.outputs.day_of_month }}: Cut buildpack releases"
2525
issue_body: ""
2626

2727
- name: Add issue to project

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.18.x
19+
go-version: 1.19.x
2020

2121
- name: Checkout
2222
uses: actions/checkout@v3

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Go
4141
uses: actions/setup-go@v3
4242
with:
43-
go-version: 1.18.x
43+
go-version: 1.19.x
4444

4545
- name: Checkout
4646
uses: actions/checkout@v3

0 commit comments

Comments
 (0)