File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1717 - name : Set up Go
1818 uses : actions/setup-go@v5
1919 with :
20- go-version : ' 1.21'
20+ go-version-file : ' go.mod'
21+ check-latest : true
2122 cache : true
2223
2324 - name : Install Temporal CLI
7071 - name : Set up Go
7172 uses : actions/setup-go@v5
7273 with :
73- go-version : ' 1.21'
74+ go-version-file : ' go.mod'
75+ check-latest : true
7476 cache : true
7577
7678 - name : Download dependencies
@@ -100,11 +102,12 @@ jobs:
100102 - name : Set up Go
101103 uses : actions/setup-go@v5
102104 with :
103- go-version : ' 1.21'
105+ go-version-file : ' go.mod'
106+ check-latest : true
104107 cache : true
105108
106109 - name : Download dependencies
107110 run : go mod download
108111
109112 - name : Run go vet
110- run : go vet ./...
113+ run : go vet ./...
You can’t perform that action at this time.
0 commit comments