Skip to content

Commit

Permalink
Updating test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Jun 9, 2024
1 parent 36b611a commit eb05b17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: stable
- name: Checkout code
uses: actions/checkout@v4
- name: Test
Expand Down

0 comments on commit eb05b17

Please sign in to comment.