File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
- name : Set up Go
17
17
uses : actions/setup-go@v5
18
18
with :
19
- go-version : 1.24.1
19
+ go-version : 1.24.2
20
20
- name : Enable pulling Go modules from private sourcegraph/sourcegraph
21
21
run : git config --global url."https://${PRIVATE_TOKEN}@github.com/sourcegraph/".insteadOf "https://github.com/sourcegraph/"
22
22
- run : ./dev/go-lint.sh
Original file line number Diff line number Diff line change 19
19
- name : Set up Go
20
20
uses : actions/setup-go@v5
21
21
with :
22
- go-version : 1.24.1
22
+ go-version : 1.24.2
23
23
- name : Enable pulling Go modules from private sourcegraph/sourcegraph
24
24
run : git config --global url."https://${PRIVATE_TOKEN}@github.com/sourcegraph/".insteadOf "https://github.com/sourcegraph/"
25
25
- name : Check GoReleaser config
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181
181
- name : Set up Go
182
182
uses : actions/setup-go@v5
183
183
with :
184
- go-version : 1.24.1
184
+ go-version : 1.24.2
185
185
- name : Enable pulling Go modules from private sourcegraph/sourcegraph
186
186
run : git config --global url."https://${PRIVATE_TOKEN}@github.com/sourcegraph/".insteadOf "https://github.com/sourcegraph/"
187
187
- run : go test ./...
Original file line number Diff line number Diff line change 14
14
repository : ' sourcegraph/devx-service'
15
15
token : ${{ secrets.PR_AUDITOR_TOKEN }}
16
16
- uses : actions/setup-go@v5
17
- with : { go-version: '1.23 ' }
17
+ with : { go-version: '1.24.2 ' }
18
18
19
19
- run : ' go run ./cmd/pr-auditor'
20
20
env :
Original file line number Diff line number Diff line change 14
14
- name : Set up Go
15
15
uses : actions/setup-go@v5
16
16
with :
17
- go-version : 1.24.1
17
+ go-version : 1.24.2
18
18
19
19
- name : Set directory to safe for git
20
20
run : git config --global --add safe.directory $GITHUB_WORKSPACE
You can’t perform that action at this time.
0 commit comments