File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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.25
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 - name : Set up Go
1515 uses : actions/setup-go@v5
1616 with :
17- go-version : 1.24.1
17+ go-version : 1.25
1818
1919 - name : Set directory to safe for git
2020 run : git config --global --add safe.directory $GITHUB_WORKSPACE
Original file line number Diff line number Diff line change 11module github.com/sourcegraph/src-cli
22
3- go 1.25
3+ go 1.23.12
44
55require (
66 cloud.google.com/go/storage v1.30.1
You can’t perform that action at this time.
0 commit comments