Skip to content

Commit ce88c2d

Browse files
selfhoster1312poVoq
authored andcommitted
ci: Testing doesn't need full clone (only shallow)
1 parent d392171 commit ce88c2d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/development.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020
- uses: actions/setup-go@v6
2121
with:
22-
go-version: stable
22+
go-version: 1.22.x
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v8
2525
with:
@@ -40,8 +40,6 @@ jobs:
4040
go-version: ${{ matrix.go-version }}
4141
- name: Checkout code
4242
uses: actions/checkout@v5
43-
with:
44-
fetch-depth: 0
4543
- name: go fmt ./... (go version ${{ matrix.go-version }})
4644
run: test -z "$(go fmt ./...)"
4745
- name: go test ./... -mod=vendor (go version ${{ matrix.go-version }})

0 commit comments

Comments
 (0)