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 10, 2024
1 parent 71e8268 commit 1554ef4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: stable
- name: Checkout code
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: stable
- name: Checkout code
Expand Down

0 comments on commit 1554ef4

Please sign in to comment.