Skip to content

Commit

Permalink
fix(gh-actions): Run on self-hosted, pt3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jochumdev committed Dec 6, 2023
1 parent 08c1127 commit 55b1a14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version: 1.21.5
check-latest: true
- name: Run Linters
run: ./scripts/test.sh lint all
Expand All @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version: 1.21.5
check-latest: true
- name: Run Unit Tests
run: ./scripts/test.sh test all
Expand All @@ -40,7 +40,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version: 1.21.5
check-latest: true
- name: Create Summary
run: ./scripts/test.sh summary all

0 comments on commit 55b1a14

Please sign in to comment.