File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Set up Go 1.x
21- uses : actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3.3.1
21+ uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # tag=v3.4.0
2222 with :
2323 go-version : ' 1.19'
2424 id : go
2525 - name : Check out code into the Go module directory
26- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1 .0
26+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # tag=v3.2 .0
2727 - uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag=v3.0.11
2828 name : Restore go cache
2929 with :
3434 restore-keys : |
3535 ${{ runner.os }}-go-
3636 - name : Update all modules
37- run : make generate- modules
37+ run : make modules
3838 - name : Update generated code
3939 run : make generate
4040 - uses : EndBug/add-and-commit@61a88be553afe4206585b31aa72387c64295d08b # tag=v9.1.1
You can’t perform that action at this time.
0 commit comments