File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/setup-go@v5
14
14
with :
15
- go-version : 1.19
16
- check-latest : true
17
- - uses : actions/checkout@v4
18
- - uses : chainguard-dev/actions/goimports@5e21cb47971231c078a677dfe89a348371cb880c # main
15
+ go-version-file : go.mod
16
+ - uses : chainguard-dev/actions/goimports@main
19
17
20
18
lint :
21
19
name : Lint
@@ -40,10 +38,10 @@ jobs:
40
38
locale : " US"
41
39
exclude : ./vendor/*
42
40
43
- - uses : chainguard-dev/actions/trailing-space@5e21cb47971231c078a677dfe89a348371cb880c # main
41
+ - uses : chainguard-dev/actions/trailing-space@main
44
42
if : ${{ always() }}
45
43
46
- - uses : chainguard-dev/actions/eof-newline@5e21cb47971231c078a677dfe89a348371cb880c # main
44
+ - uses : chainguard-dev/actions/eof-newline@main
47
45
if : ${{ always() }}
48
46
49
47
- uses : get-woke/woke-action-reviewdog@v0
You can’t perform that action at this time.
0 commit comments