Skip to content

Commit 944b601

Browse files
committed
Apply staticcheck under tools/baseimage, for better code maintenance
1 parent 3aad905 commit 944b601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/presubmit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ jobs:
7373
runs-on: ubuntu-22.04
7474
strategy:
7575
matrix:
76-
dir: ["e2etests", "frontend/src/host_orchestrator", "frontend/src/libhoclient", "frontend/src/liboperator", "frontend/src/operator"]
76+
dir: ["e2etests", "frontend/src/host_orchestrator", "frontend/src/libhoclient", "frontend/src/liboperator", "frontend/src/operator", "tools/baseimage"]
7777
steps:
7878
- name: Checkout repository
7979
uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # aka v2
8080
- name: Install dependencies
8181
uses: actions/setup-go@v3
8282
with:
83-
go-version: '1.23.1'
83+
go-version: '1.24.2'
8484
- run: go version
8585
- name: Staticcheck
8686
uses: dominikh/staticcheck-action@v1.3.1

0 commit comments

Comments
 (0)