Skip to content

Commit a8c60d7

Browse files
committed
Fix CI lint job: ensure Go is installed before golangci-lint
1 parent 5966274 commit a8c60d7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Activate Hermit
3838
run: echo "${GITHUB_WORKSPACE}/bin" >> "$GITHUB_PATH"
3939

40+
- name: Install Go (hermit)
41+
run: go version
42+
4043
- name: Lint
4144
run: golangci-lint run
4245

0 commit comments

Comments
 (0)