Skip to content

Commit

Permalink
add GO11MODULE=off back
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffy-mathew committed Apr 8, 2024
1 parent ee2d1b0 commit 228e967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
chmod +x /tmp/build.sh
docker run --rm --privileged -e GITHUB_TOKEN=${{ github.token }} \
-e GOPRIVATE=github.com/TykTechnologies \
-e GO111MODULE=on \
-e GO111MODULE=off \
-e DEBVERS='${{ matrix.debvers }}' \
-e RPMVERS='${{ matrix.rpmvers }}' \
-e CGO_ENABLED=${{ matrix.cgo }} \
Expand Down

0 comments on commit 228e967

Please sign in to comment.