File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 3232 uses : actions/setup-go@v5
3333 with :
3434 go-version : ${{ matrix.go-version }} # The Go version to download (if necessary) and use.
35+ go-version-file : go.mod
36+ cache : false
3537
3638 # Install all the dependencies
3739 - name : Install dependencies
7274 uses : actions/setup-go@v5
7375 with :
7476 go-version : ${{ matrix.go-version }} # The Go version to download (if necessary) and use.
77+ go-version-file : go.mod
78+ cache : false
7579
7680 - name : Run Unit tests
7781 run : go test ./... -test.v
Original file line number Diff line number Diff line change 2929 uses : actions/setup-go@v5
3030 with :
3131 go-version : ${{ matrix.go-version }} # The Go version to download (if necessary) and use.
32+ go-version-file : go.mod
33+ cache : false
3234
3335 - name : Run Unit tests
3436 run : go test ./... -test.v
@@ -106,6 +108,8 @@ jobs:
106108 uses : actions/setup-go@v5
107109 with :
108110 go-version : ${{ matrix.go-version }} # The Go version to download (if necessary) and use.
111+ go-version-file : go.mod
112+ cache : false
109113
110114 # Install all the dependencies
111115 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments