Skip to content

Commit 3507469

Browse files
committed
Update go path on buildkite host after go1.21 update
Signed-off-by: Swagat Bora <[email protected]>
1 parent 0f7dcee commit 3507469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# express or implied. See the License for the specific language governing
1212
# permissions and limitations under the License.
1313
env:
14-
PATH: "/usr/lib/go-1.18/bin:/usr/bin"
14+
PATH: "/usr/local/bin:/usr/bin"
1515
FC_TEST_DATA_PATH: "/tmp/buildkite_build_${BUILDKITE_BUILD_NUMBER}_testdata"
1616

1717
steps:

0 commit comments

Comments
 (0)