Skip to content

Commit

Permalink
Disable TCP/UDP offloading in GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinmwinuka committed Jun 1, 2024
1 parent 60f5d03 commit 66b6c4b
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 247 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Tune GitHub-hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1

- name: Checkout tree
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
Expand Down
Loading

0 comments on commit 66b6c4b

Please sign in to comment.