Skip to content

Commit 5934be0

Browse files
g1e2x87claude
andcommitted
fix: set GOPRIVATE in release workflow to fix module resolution
Go proxy cannot resolve github.com/openprx/fenfa as it's a new repo. Set GOPRIVATE to skip proxy/checksum for our own module. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2ad97fb commit 5934be0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
permissions:
99
contents: write
1010

11+
env:
12+
GOPRIVATE: github.com/openprx/*
13+
1114
jobs:
1215
build:
1316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)