Skip to content

Commit

Permalink
Updating github-config
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Aug 19, 2021
1 parent 69be85d commit c696d5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/[email protected]
with:
go-version: 1.16.x
go-version: 1.17.x
- name: Checkout
uses: actions/checkout@v2
- name: Run Unit Tests
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Setup Go
uses: actions/[email protected]
with:
go-version: 1.16.x
go-version: 1.17.x
- name: Checkout
uses: actions/checkout@v2
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Setup Go
uses: actions/[email protected]
with:
go-version: 1.16.x
go-version: 1.17.x
- name: Checkout
uses: actions/checkout@v2
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Go
uses: actions/[email protected]
with:
go-version: 1.16.x
go-version: 1.17.x

- name: Checkout
uses: actions/checkout@v2
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Setup Go
uses: actions/[email protected]
with:
go-version: 1.16.x
go-version: 1.17.x

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit c696d5c

Please sign in to comment.