File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 - name : Set up Go
1717 uses : actions/setup-go@v5
1818 with :
19- go-version : 1.24.1
19+ go-version : 1.24.4
2020 - name : Enable pulling Go modules from private sourcegraph/sourcegraph
2121 run : git config --global url."https://${PRIVATE_TOKEN}@github.com/sourcegraph/".insteadOf "https://github.com/sourcegraph/"
2222 - run : ./dev/go-lint.sh
Original file line number Diff line number Diff line change 1919 - name : Set up Go
2020 uses : actions/setup-go@v5
2121 with :
22- go-version : 1.24.1
22+ go-version : 1.24.4
2323 - name : Enable pulling Go modules from private sourcegraph/sourcegraph
2424 run : git config --global url."https://${PRIVATE_TOKEN}@github.com/sourcegraph/".insteadOf "https://github.com/sourcegraph/"
2525 - name : Check GoReleaser config
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181 - name : Set up Go
182182 uses : actions/setup-go@v5
183183 with :
184- go-version : 1.24.1
184+ go-version : 1.24.4
185185 - name : Enable pulling Go modules from private sourcegraph/sourcegraph
186186 run : git config --global url."https://${PRIVATE_TOKEN}@github.com/sourcegraph/".insteadOf "https://github.com/sourcegraph/"
187187 - run : go test ./...
Original file line number Diff line number Diff line change 1414 repository : ' sourcegraph/devx-service'
1515 token : ${{ secrets.PR_AUDITOR_TOKEN }}
1616 - uses : actions/setup-go@v5
17- with : { go-version: '1.23 ' }
17+ with : { go-version: '1.24.4 ' }
1818
1919 - run : ' go run ./cmd/pr-auditor'
2020 env :
Original file line number Diff line number Diff line change 1414 - name : Set up Go
1515 uses : actions/setup-go@v5
1616 with :
17- go-version : 1.24.1
17+ go-version : 1.24.4
1818
1919 - name : Set directory to safe for git
2020 run : git config --global --add safe.directory $GITHUB_WORKSPACE
You can’t perform that action at this time.
0 commit comments