Skip to content

Commit

Permalink
ci: force CI to use GOPROXY=direct
Browse files Browse the repository at this point in the history
This should ensure CI uses the local tags rather than relying on the
negatively cached upstream.
  • Loading branch information
alecthomas committed Dec 19, 2023
1 parent f342316 commit 86e086d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
env:
GOPROXY: direct
steps:
- uses: actions/checkout@v4
- uses: cashapp/activate-hermit@v1
Expand All @@ -21,6 +23,8 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
env:
GOPROXY: direct
steps:
- uses: actions/checkout@v4
- uses: cashapp/activate-hermit@v1
Expand Down

0 comments on commit 86e086d

Please sign in to comment.