Skip to content

Commit

Permalink
fix(ci): specify toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
ankddev authored Dec 5, 2024
1 parent 221b09c commit be5d8f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/[email protected]
- uses: actions/setup-go@v5
with:
go-version: '^1.13.1'
- name: Run tests
run: go test -v

0 comments on commit be5d8f1

Please sign in to comment.