Skip to content

Commit 6798b75

Browse files
committed
remove static check due to version issues
1 parent 5235d9d commit 6798b75

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,5 @@ jobs:
4141
- name: Download Go modules
4242
run: go mod download
4343

44-
- name: Static Check
45-
uses: dominikh/[email protected]
46-
with:
47-
version: "2025.1.1"
48-
install-go: false
44+
- name: Build
45+
run: go build -ldflags "-w -s" -o bin/lk ./cmd/lk

0 commit comments

Comments
 (0)