File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1616 uses : actions/setup-go@v4
1717 with :
1818 go-version-file : ' go.mod'
19+ check-latest : true
1920 - name : Run GoReleaser
2021 uses : goreleaser/goreleaser-action@v4
2122 with :
Original file line number Diff line number Diff line change 2323 uses : actions/setup-go@v4
2424 with :
2525 go-version-file : ' go.mod'
26+ check-latest : true
2627 - name : generating documentation
2728 run : cd documentation/gen && go run .
2829 - name : changes
3940 uses : actions/setup-go@v4
4041 with :
4142 go-version-file : ' go.mod'
43+ check-latest : true
4244 - uses : actions/cache@v2
4345 with :
4446 path : |
6163 uses : actions/setup-go@v4
6264 with :
6365 go-version-file : ' go.mod'
66+ check-latest : true
6467 - uses : actions/cache@v2
6568 with :
6669 path : |
8487 uses : actions/setup-go@v4
8588 with :
8689 go-version-file : ' go.mod'
90+ check-latest : true
8791 - uses : actions/cache@v2
8892 with :
8993 path : |
@@ -106,6 +110,7 @@ jobs:
106110 uses : actions/setup-go@v4
107111 with :
108112 go-version-file : ' go.mod'
113+ check-latest : true
109114 - uses : actions/cache@v2
110115 with :
111116 path : |
@@ -133,6 +138,7 @@ jobs:
133138 uses : actions/setup-go@v4
134139 with :
135140 go-version-file : ' go.mod'
141+ check-latest : true
136142 - uses : actions/cache@v2
137143 with :
138144 path : |
You can’t perform that action at this time.
0 commit comments