File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5151 - name : Install Go
5252 uses : actions/setup-go@v5
5353 with :
54- go-version : 1.23.x
54+ go-version-file : go.mod
5555 - name : Checkout code
5656 uses : actions/checkout@v4
5757 - name : Build baton-slack
@@ -118,7 +118,7 @@ jobs:
118118 - name : Install Go
119119 uses : actions/setup-go@v5
120120 with :
121- go-version : 1.23.x
121+ go-version-file : go.mod
122122 - name : Checkout code
123123 uses : actions/checkout@v4
124124 - name : Build baton-slack
@@ -181,7 +181,7 @@ jobs:
181181 - name : Install Go
182182 uses : actions/setup-go@v5
183183 with :
184- go-version : 1.23.x
184+ go-version-file : go.mod
185185 - name : Checkout code
186186 uses : actions/checkout@v4
187187 - name : Build baton-slack
@@ -242,7 +242,7 @@ jobs:
242242 - name : Install Go
243243 uses : actions/setup-go@v5
244244 with :
245- go-version : 1.23.x
245+ go-version-file : go.mod
246246 - name : Checkout code
247247 uses : actions/checkout@v4
248248 - name : Build baton-slack
You can’t perform that action at this time.
0 commit comments