Skip to content

Commit

Permalink
Use stable go version everywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
robdimsdale authored and paketo-bot committed May 20, 2024
1 parent 354d744 commit f0b937b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20.x'
go-version: 'stable'
- name: Checkout
uses: actions/checkout@v3
- name: Run Unit Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20.x'
go-version: 'stable'

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

0 comments on commit f0b937b

Please sign in to comment.