Skip to content

Commit b33eafb

Browse files
committed
ci: GolangCI-Lintのバージョンを指定
1 parent 91f6050 commit b33eafb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/backend-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232

3333
- name: Lint Go code with GolangCI-Lint
3434
uses: golangci/golangci-lint-action@v4
35+
with:
36+
version: v1.54
3537

3638
- name: Build
3739
run: go build -v ./...

0 commit comments

Comments
 (0)