File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4646 - name : Install Go
4747 uses : actions/setup-go@v5
4848 with :
49- go-version : 1.24x
49+ go-version : 1.24.x
5050 cache-dependency-path : " go.sum"
5151
5252 - name : Build images
Original file line number Diff line number Diff line change 2424 - name : Install Go
2525 uses : actions/setup-go@v5
2626 with :
27- go-version : 1.24x
27+ go-version : 1.24.x
2828 cache-dependency-path : " go.sum"
2929
3030 - name : Run tests
Original file line number Diff line number Diff line change 2121 - name : Install Go
2222 uses : actions/setup-go@v5
2323 with :
24- go-version : 1.24x
24+ go-version : 1.24.x
2525 cache-dependency-path : " go.sum"
2626
2727 - name : Check for changes in go.mod
Original file line number Diff line number Diff line change 6363 - name : Setup Go
6464 uses : actions/setup-go@v5
6565 with :
66- go-version : 1.24x
66+ go-version : 1.24.x
6767 cache-dependency-path : " go.sum"
6868
6969 - name : Check for changes in specific paths
You can’t perform that action at this time.
0 commit comments