We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf97937 commit 61255dcCopy full SHA for 61255dc
.github/workflows/lint.yml
@@ -14,7 +14,13 @@ jobs:
14
steps:
15
- uses: actions/setup-go@v3
16
with:
17
- go-version: 1.17
+ go-version: 1.14
18
+
19
+ - name: Configure git for private modules
20
+ env:
21
+ GIT_AUTH_TOKEN: ${{ secrets.BOT_REPO_TOKEN }}
22
+ run: git config --global url."https://speakeasybot:${GIT_AUTH_TOKEN}@github.com".insteadOf "https://github.com"
23
24
- uses: actions/checkout@v3
25
- name: golangci-lint
26
uses: golangci/golangci-lint-action@v3
0 commit comments