Skip to content

Commit

Permalink
use the github runner instead
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Jun 7, 2023
1 parent 7f90724 commit 342ce2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: go vet

test:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
Expand Down

0 comments on commit 342ce2e

Please sign in to comment.