Skip to content

Commit

Permalink
Use stable go version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmoran committed Jan 29, 2024
1 parent 35f1d10 commit 7d3f9eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v1
uses: actions/setup-go@v5
with:
go-version: 1.18.x
go-version: stable

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

0 comments on commit 7d3f9eb

Please sign in to comment.